]> git.pld-linux.org Git - packages/apache1-mod_video.git/blobdiff - apache1-mod_video.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache1-mod_video.git] / apache1-mod_video.spec
index d1e62c81eb7a04c41487a4b1b7a6304782d2f974..845f73b39d7454c670e134d85af9249b57b457fd 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Shows images grabbed from a v4l device
 Summary(pl):   Wy¶wietla obrazy zrzucone z urz±dzenia v4l
 Name:          apache1-mod_%{mod_name}
 Version:       0.1.0
-Release:       1.1
+Release:       2
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://borud.no/mod_video/download/mod_%{mod_name}-%{version}.tar.gz
@@ -58,7 +58,7 @@ if [ -f /var/lock/subsys/apache ]; then
        /etc/rc.d/init.d/apache restart 1>&2
 fi
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
This page took 0.092251 seconds and 4 git commands to generate.