diff options
Diffstat (limited to 'extra/at-spi/at-spi.install')
-rw-r--r-- | extra/at-spi/at-spi.install | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/at-spi/at-spi.install b/extra/at-spi/at-spi.install new file mode 100644 index 000000000..b4c75b51c --- /dev/null +++ b/extra/at-spi/at-spi.install @@ -0,0 +1,17 @@ +pkgname=at-spi + +post_install() { + usr/sbin/gconfpkg --install ${pkgname} +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} +} |