From 1a5bfec88b5512da5edf71041554ceff62b3125e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 21 Aug 2014 21:38:03 +0200 Subject: [PATCH] - userremove macro is already protected against no packages providing user or userdel failure --- tcpdump.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpdump.spec b/tcpdump.spec index c1b4f4e..afd14a7 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -109,7 +109,7 @@ rm -rf $RPM_BUILD_ROOT %postun if [ "$1" = "0" ]; then - %userremove tcpdump || : + %userremove tcpdump fi %clean -- 2.43.0