diff options
author | John Tyree <johntyree+sbo@gmail.com> | 2011-09-05 13:51:23 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-09-05 13:51:23 -0500 |
commit | 00776d8b63081697ad98de06d7d2281955b76f7a (patch) | |
tree | 0a0d22d547595d0d960d0bfc6b5beaca3189ee16 /system/laptop-mode-tools/doinst.sh | |
parent | 05bc19a05fa55e1f76965ee1257d920cc1b4a85b (diff) | |
download | slackbuilds-00776d8b63081697ad98de06d7d2281955b76f7a.tar.gz slackbuilds-00776d8b63081697ad98de06d7d2281955b76f7a.tar.xz |
system/laptop-mode-tools: Updated for version 1.59.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/laptop-mode-tools/doinst.sh')
-rw-r--r-- | system/laptop-mode-tools/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/laptop-mode-tools/doinst.sh b/system/laptop-mode-tools/doinst.sh index 2e40b106cf9..1247258c2ce 100644 --- a/system/laptop-mode-tools/doinst.sh +++ b/system/laptop-mode-tools/doinst.sh @@ -10,7 +10,6 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } - preserve_perms() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" |