]> git.pld-linux.org Git - packages/console-tools.git/commitdiff
- reverting last change: removing new macros from %p{re,ost}{,un}
authorsaq <saq@pld-linux.org>
Thu, 26 Jul 2001 05:42:05 +0000 (05:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console-tools.spec -> 1.45

console-tools.spec

index 416d59bc1f1508a5f508c350dcbf368c3d5bf475..3ec80a1b177a1776f54d7c79363a6e48a1399ba1 100644 (file)
@@ -99,11 +99,13 @@ gzip -9nf README NEWS BUGS doc/README.* doc/*.txt \
 %find_lang %{name}
 
 %post
-NAME=console; %chkconfig_add
+/sbin/chkconfig --add console
 /sbin/ldconfig
 
 %preun
-NAME=console; %chkconfig_del
+if [ "$1" = "0" ]; then
+       /sbin/chkconfig --del console
+fi
 
 %postun -p /sbin/ldconfig
 
This page took 0.068478 seconds and 4 git commands to generate.