summaryrefslogtreecommitdiff
path: root/libre/filesystem/filesystem.install
diff options
context:
space:
mode:
authorMárcio Silva <marcio@pc-02.localdomain>2012-06-06 17:14:47 -0300
committerMárcio Silva <marcio@pc-02.localdomain>2012-06-06 17:14:47 -0300
commit0724a23f4f986eda5d8b3900cdb3981807e959a2 (patch)
treed2ed4cbe7b994b46e83d0fd36dd05a4547ac041e /libre/filesystem/filesystem.install
parent880a2853c1b2ad560b3a3f04d818a787ffba3d0b (diff)
parent700fcc8432e9327a196d9a5f3526983a3cc66d7c (diff)
Merge ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rw-r--r--libre/filesystem/filesystem.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install
index 8cef64bb6..f880b6496 100644
--- a/libre/filesystem/filesystem.install
+++ b/libre/filesystem/filesystem.install
@@ -1,11 +1,11 @@
post_install() {
- [ -f var/log/lastlog ] || : >var/log/lastlog
- [ -f var/log/wtmp ] || : >var/log/wtmp
- [ -f var/log/btmp ] || (: >var/log/btmp && chmod 600 var/log/btmp)
+ [ -f var/log/lastlog ] || : >var/log/lastlog
+ [ -f var/log/wtmp ] || : >var/log/wtmp
+ [ -f var/log/btmp ] || { : >var/log/btmp && chmod 600 var/log/btmp; }
# workaround for bug #7194
# readded due to bug #9465
# please do not remove!
- chmod 1777 var/spool/mail tmp var/tmp var/lock
+ chmod 1777 var/spool/mail tmp var/tmp
}
# args: <group> [options]