diff options
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rw-r--r-- | libre/filesystem/filesystem.install | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install index d70906f47..9793ad25c 100644 --- a/libre/filesystem/filesystem.install +++ b/libre/filesystem/filesystem.install @@ -12,17 +12,6 @@ _adduser() { fi } -post_install() { - _backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc/passwd' - 'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 'etc/nsswitch.conf' - 'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue') - for _bk in ${_backup[@]}; do - if [ -f ${_bk}.pacsave ]; then - cp -av ${_bk}{.pacsave,} - fi - done -} - post_upgrade() { _addgroup optical -g 93 _addgroup audio -g 92 @@ -35,6 +24,7 @@ post_upgrade() { _addgroup network -g 90 _addgroup games -g 50 _addgroup uucp -g 14 + _addgroup proc -g 26 _addgroup http -g 33 _adduser http -u 33 -d /srv/http -g http -s /usr/bin/nologin _addgroup scanner -g 96 |