summarylogtreecommitdiffstats
path: root/gnome-video-arcade.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-video-arcade.install')
-rw-r--r--gnome-video-arcade.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnome-video-arcade.install b/gnome-video-arcade.install
new file mode 100644
index 000000000000..bd0f135dfc9f
--- /dev/null
+++ b/gnome-video-arcade.install
@@ -0,0 +1,21 @@
+pkgname=gnome-video-arcade
+
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+op=$1
+shift
+
+$op $*