From 82c9bb005723b14973b5b41fe788aeb3df1692ba Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Mon, 25 Aug 2014 04:43:07 -0300 Subject: filesystem-parabola: fix on replace filesystem --- libre/filesystem-parabola/PKGBUILD | 2 +- libre/filesystem-parabola/filesystem.install | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'libre/filesystem-parabola') diff --git a/libre/filesystem-parabola/PKGBUILD b/libre/filesystem-parabola/PKGBUILD index b4dba77c0..0bc0fac54 100644 --- a/libre/filesystem-parabola/PKGBUILD +++ b/libre/filesystem-parabola/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=filesystem pkgname=filesystem-parabola pkgver=2014.07 -pkgrel=1 +pkgrel=1.1 pkgdesc='Base filesystem (Parabola rebranded)' arch=('i686' 'x86_64' 'mips64el') license=('GPL') diff --git a/libre/filesystem-parabola/filesystem.install b/libre/filesystem-parabola/filesystem.install index 065a79d6c..d70906f47 100644 --- a/libre/filesystem-parabola/filesystem.install +++ b/libre/filesystem-parabola/filesystem.install @@ -12,6 +12,17 @@ _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 -- cgit v1.2.3