]> git.pld-linux.org Git - packages/wesnoth.git/commitdiff
- fixing uninstall warnings auto/th/wesnoth-1.14.15-1
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Thu, 7 Jan 2021 21:02:35 +0000 (21:02 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Thu, 7 Jan 2021 21:02:35 +0000 (21:02 +0000)
wesnoth.spec

index e334dfc7bcfb521b3f6de4162b0092745b09930f..b2dcc26b800c70a92d1fa56c0f563e083c16a868 100644 (file)
@@ -202,12 +202,12 @@ rm -rf $RPM_BUILD_ROOT
 %preun server
 if [ "$1" = "0" ]; then
        %service wesnothd stop
+       /sbin/chkconfig --del wesnothd
 fi
 %systemd_preun wesnothd.service
 
 %postun server
 if [ "$1" = "0" ]; then
-       /sbin/chkconfig --del wesnothd
        %userremove wesnothd
        %groupremove wesnothd
 fi
This page took 0.202557 seconds and 4 git commands to generate.