diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-02 08:55:02 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-02 08:55:02 (GMT) |
commit | 25e39d3ad6f66fad48c0183dd568e2fbfded5ca2 (patch) | |
tree | 0d8bb2c9bca3a20c3ac2067ff7453c0aae5e8a3e /abs/extra-testing/gconf/gconf.install | |
parent | 1f70585d4abb80a2cc47316ab2b4851637939997 (diff) | |
download | linhes_pkgbuild-25e39d3ad6f66fad48c0183dd568e2fbfded5ca2.zip linhes_pkgbuild-25e39d3ad6f66fad48c0183dd568e2fbfded5ca2.tar.gz linhes_pkgbuild-25e39d3ad6f66fad48c0183dd568e2fbfded5ca2.tar.bz2 |
Latest version or newly required deps for various packages.
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 $* |