Accepting request 260549 from home:Ledest:misc

fix bashism in post script

OBS-URL: https://build.opensuse.org/request/show/260549
OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=26
This commit is contained in:
Fridrich Strba 2014-11-10 06:02:54 +00:00 committed by Git OBS Bridge
parent e587240690
commit 32d7236c99
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 09 22:25:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in post script
-------------------------------------------------------------------
Fri Jun 6 06:18:32 UTC 2014 - thardeck@suse.com

View File

@ -63,7 +63,8 @@ touch %{buildroot}%{_localstatedir}/cache/powertop/{saved_parameters.powertop,sa
%post
# Hack for powertop not to show warnings on first start
touch %{_localstatedir}/cache/powertop/{saved_parameters.powertop,saved_results.powertop}
touch %{_localstatedir}/cache/powertop/saved_parameters.powertop
touch %{_localstatedir}/cache/powertop/saved_results.powertop
%files -f %name.lang
%defattr(-,root,root)