]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- no need to ifdef post scripts
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Dec 2005 21:34:32 +0000 (21:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum.spec -> 1.136

eventum.spec

index f90f8cdfdef8c9261354bd68a8b740355660dab2..d09a5f02dbf9f51f4d32c1dab9da5c393a21710c 100644 (file)
@@ -677,7 +677,6 @@ if [ "$1" = "0" ]; then
        %groupremove %{name}
 fi
 
-%if %{with qmail}
 %post router-qmail
 CF=/etc/qmail/control/virtualdomains
 if ! grep -q ':%{name}\b' $CF 2>/dev/null; then
@@ -701,7 +700,6 @@ fi
 if [ "$1" = "0" ]; then
        sed -i -e '/:%{name}\b/d' /etc/qmail/control/virtualdomains
 fi
-%endif
 
 %post setup
 chmod 660 %{_sysconfdir}/{config,private_key}.php
This page took 0.048956 seconds and 4 git commands to generate.