summaryrefslogtreecommitdiff
path: root/community/goobox/goobox.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-16 00:01:18 +0000
committerroot <root@rshg054.dnsready.net>2012-04-16 00:01:18 +0000
commitea3d877b99c32e3a9e00ab220440d4518430e5bc (patch)
tree8cf0d286f935fd9e00eb3854d971c165c749d7bf /community/goobox/goobox.install
parentf06b9295f0e60a0faa0d3231a0d0b3f2358d8459 (diff)
Mon Apr 16 00:01:18 UTC 2012
Diffstat (limited to 'community/goobox/goobox.install')
-rw-r--r--community/goobox/goobox.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/goobox/goobox.install b/community/goobox/goobox.install
new file mode 100644
index 000000000..aa4c3e059
--- /dev/null
+++ b/community/goobox/goobox.install
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}