]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- userremove macro is already protected against no packages providing user or userdel...
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Aug 2014 19:38:03 +0000 (21:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Aug 2014 19:38:03 +0000 (21:38 +0200)
tcpdump.spec

index c1b4f4eb9d8012b776958567d28a01fbbc76460f..afd14a775b689d9eaf5926c72ca73994157e9ffc 100644 (file)
@@ -109,7 +109,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun
 if [ "$1" = "0" ]; then
 
 %postun
 if [ "$1" = "0" ]; then
-       %userremove tcpdump || :
+       %userremove tcpdump
 fi
 
 %clean
 fi
 
 %clean
This page took 0.07605 seconds and 4 git commands to generate.