]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- replace non-existent %chkconfig_{post,preun} macros with
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 22:51:56 +0000 (22:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
%chkconfig_{add,del} (thanks qboosh)

Changed files:
    alsa-utils.spec -> 1.54

alsa-utils.spec

index b6affbb4581201f62b3ca11844c38ca6c68c82d7..1ebd6cf1239dc726b4e3d12fb4c4b354ffcce22a 100644 (file)
@@ -67,10 +67,10 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/asound.conf
 gzip -9nf README ChangeLog
 
 %post
-NAME=alsasound; DESC="ALSA %{version} services"; %chkconfig_post
+NAME=alsasound; DESC="ALSA %{version} services"; %chkconfig_add
 
 %preun
-NAME=alsasound; %chkconfig_preun
+NAME=alsasound; %chkconfig_del
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.147433 seconds and 4 git commands to generate.