]> git.pld-linux.org Git - packages/apache1-mod_mp3.git/blobdiff - apache1-mod_mp3.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache1-mod_mp3.git] / apache1-mod_mp3.spec
index fc75ca3508041ce8c599c82521c656130a4c4e58..9a53cae413e855ca03a2d6ff1ae47c077961d6ff 100644 (file)
@@ -6,7 +6,7 @@ Summary:        MP3 Apache module
 Summary(pl):   Modu³ MP3 do Apache
 Name:          apache1-mod_%{mod_name}
 Version:       0.40
-Release:       2.2
+Release:       2.3
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://www.tangent.org/download/mod_%{mod_name}-%{version}.tar.gz
@@ -67,7 +67,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.073138 seconds and 4 git commands to generate.