]> git.pld-linux.org Git - packages/squid.git/commitdiff
- fix pre script
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 12 Apr 2003 10:28:09 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid.spec -> 1.116

squid.spec

index 404d965904e990131c09b1768ea0fc1a080ff7a9..2c629304ee47fe1e732cc7b390a7fa3fe0e243d0 100644 (file)
@@ -515,7 +515,7 @@ else
        /usr/sbin/useradd -M -o -r -u 91 -s /bin/false \
                -g squid -c "SQUID http caching daemon" -d /var/cache/squid squid 1>&2 || :
 fi
-[ -L %{_datadir}/squid/errors ] && rm -f %{_datadir}/squid/errors
+[ -L %{_datadir}/squid/errors ] && rm -rf %{_datadir}/squid/errors
 
 %post
 if [ "$1" = "1" ]; then
This page took 0.027532 seconds and 4 git commands to generate.