summaryrefslogtreecommitdiff
path: root/libre/filesystem/filesystem.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-25 17:51:24 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-25 17:51:24 -0200
commitd272667632635ee4bff20b60d10b6ad8176f0d8b (patch)
treef33ce40affb9add5b5ade9808f872c95358576ba /libre/filesystem/filesystem.install
parente8999041b5857b81fac18299c9a1c569124834c6 (diff)
filesystem-2015.02-1.parabola1: updating version
* add proc group (FS#43153 -> https://bugs.archlinux.org/task/43153)
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rw-r--r--libre/filesystem/filesystem.install12
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