diff options
Diffstat (limited to 'testing/ghex/ghex.install')
-rw-r--r-- | testing/ghex/ghex.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/ghex/ghex.install b/testing/ghex/ghex.install deleted file mode 100644 index 084bc82ee..000000000 --- a/testing/ghex/ghex.install +++ /dev/null @@ -1,20 +0,0 @@ -pkgname=ghex - -post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { - if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then - gconfpkg --uninstall $pkgname - fi -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |