summaryrefslogtreecommitdiff
path: root/testing/ghex/ghex.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ghex/ghex.install')
-rw-r--r--testing/ghex/ghex.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/ghex/ghex.install b/testing/ghex/ghex.install
new file mode 100644
index 000000000..084bc82ee
--- /dev/null
+++ b/testing/ghex/ghex.install
@@ -0,0 +1,20 @@
+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
+}