SHA256
1
0
forked from pool/acct

Accepting request 307561 from home:msmeissn:branches:Base:System

- install deinstall needs to be in preun

OBS-URL: https://build.opensuse.org/request/show/307561
OBS-URL: https://build.opensuse.org/package/show/Base:System/acct?expand=0&rev=43
This commit is contained in:
Stephan Kulow 2015-05-18 07:49:46 +00:00 committed by Git OBS Bridge
parent fbdf540901
commit 65a2e23e00
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 17 09:09:27 UTC 2015 - meissner@suse.com
- install deinstall needs to be in preun
-------------------------------------------------------------------
Sun Mar 1 19:49:50 UTC 2015 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package acct
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -98,10 +98,10 @@ echo "Creating %{_localstatedir}/account/pacct"
%service_add_post acct.service
%preun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/accounting.info.gz
%service_del_preun acct.service
%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/accounting.info.gz
%service_del_postun acct.service
%files