diff options
Diffstat (limited to 'abs/extra-testing/gconf/gconf.install')
-rw-r--r-- | abs/extra-testing/gconf/gconf.install | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/abs/extra-testing/gconf/gconf.install b/abs/extra-testing/gconf/gconf.install index 7743def..4e792c4 100644 --- a/abs/extra-testing/gconf/gconf.install +++ b/abs/extra-testing/gconf/gconf.install @@ -1,10 +1,8 @@ -# arg 1: the new package version post_install() { ldconfig -r . + chmod 755 etc/gconf/gconf.xml.system } -# arg 1: the new package version -# arg 2: the old package version post_upgrade() { ldconfig -r . if [ `vercmp $2 2.18.0.1-2` -lt 0 ]; then @@ -19,19 +17,10 @@ post_upgrade() { fi echo "done." fi + chmod 755 etc/gconf/gconf.xml.system PID=`pidof gconfd-2` if [ ! -z "${PID}" ]; then kill ${PID} fi } - -# arg 1: the old package version -pre_remove() { - /bin/true -} - -op=$1 -shift - -$op $* |