From a1883ce085376ccc6a5d61e2b72a182345a2894e Mon Sep 17 00:00:00 2001 From: saq Date: Wed, 25 Jul 2001 22:51:56 +0000 Subject: [PATCH] - replace non-existent %chkconfig_{post,preun} macros with %chkconfig_{add,del} (thanks qboosh) Changed files: am-utils.spec -> 1.18 --- am-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/am-utils.spec b/am-utils.spec index 8a7ae62..0a84b0b 100644 --- a/am-utils.spec +++ b/am-utils.spec @@ -73,11 +73,11 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig -NAME=amd; %chkconfig_post +NAME=amd; %chkconfig_add %fix_info_dir %preun -NAME=amd; %chkconfig_preun +NAME=amd; %chkconfig_del %postun %fix_info_dir -- 2.43.0