]> git.pld-linux.org Git - packages/eeepc-acpi-utilities.git/commitdiff
- oops, too fast. typo
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 9 Jan 2009 19:49:04 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eeepc-acpi-utilities.spec -> 1.5

eeepc-acpi-utilities.spec

index 85a8e0b1b33c9dc455cfcee3cb1eb60bc37df0ab..428df43ee54b9f940901edd34d86eb00d1413c69 100644 (file)
@@ -77,11 +77,11 @@ install xdg/autostart/eeepc-acpi-util.desktop $RPM_BUILD_ROOT%{_sysconfdir}/xdg/
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post init
+%post
 /sbin/chkconfig --add eeepc-restore
 %service %{name} restart
 
-%preun init
+%preun
 if [ "$1" = "0" ]; then
        %service -q %{name} stop
        /sbin/chkconfig --del eeepc-restore
This page took 0.0792 seconds and 4 git commands to generate.