From 288a604f99ec6593eef4d33d7889c86961e44efe Mon Sep 17 00:00:00 2001 From: saq Date: Thu, 26 Jul 2001 05:42:06 +0000 Subject: [PATCH] - reverting last change: removing new macros from %p{re,ost}{,un} Changed files: fbset.spec -> 1.18 --- fbset.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fbset.spec b/fbset.spec index 83118c5..b382a39 100644 --- a/fbset.spec +++ b/fbset.spec @@ -45,10 +45,12 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/fbset install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/fbset %post -%chkconfig_add +/sbin/chkconfig --add fbset %preun -%chkconfig_del +if [ "$1" = "0" ]; then + /sbin/chkconfig --del fbset +fi %clean rm -rf $RPM_BUILD_ROOT -- 2.44.0