diff options
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 1247258c2ce9d..2e40b106cf960 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)" |