diff options
author | John Tyree <johntyree+sbo@gmail.com> | 2012-06-30 12:12:04 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-30 12:12:04 -0400 |
commit | ab032c6f53ac3aa0ecf1975dd3a2f673174accc5 (patch) | |
tree | 8d689ed6acd38f0c4055fd323b05b3c391082428 /system/laptop-mode-tools/doinst.sh | |
parent | d53154c60e4cb0184686ab97b109260f263aafed (diff) | |
download | slackbuilds-ab032c6f53ac3aa0ecf1975dd3a2f673174accc5.tar.gz |
system/laptop-mode-tools: Updated for version 1.61.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/laptop-mode-tools/doinst.sh')
-rw-r--r-- | system/laptop-mode-tools/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/laptop-mode-tools/doinst.sh b/system/laptop-mode-tools/doinst.sh index 1247258c2c..2e40b106cf 100644 --- a/system/laptop-mode-tools/doinst.sh +++ b/system/laptop-mode-tools/doinst.sh @@ -10,6 +10,7 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } + preserve_perms() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" |