diff options
Diffstat (limited to 'abs/extra-testing/libgnome/libgnome.install')
-rw-r--r-- | abs/extra-testing/libgnome/libgnome.install | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/extra-testing/libgnome/libgnome.install b/abs/extra-testing/libgnome/libgnome.install new file mode 100644 index 0000000..ab307b1 --- /dev/null +++ b/abs/extra-testing/libgnome/libgnome.install @@ -0,0 +1,22 @@ +pkgname=libgnome + +post_install() { + usr/sbin/gconfpkg --install ${pkgname} +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/gconfpkg --install ${pkgname} +} + +op=$1 +shift + +$op $* |