From ea3d877b99c32e3a9e00ab220440d4518430e5bc Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Apr 2012 00:01:18 +0000 Subject: Mon Apr 16 00:01:18 UTC 2012 --- community/goobox/goobox.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/goobox/goobox.install (limited to 'community/goobox/goobox.install') 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 +} -- cgit v1.2.3-54-g00ecf