summarylogtreecommitdiffstats
path: root/gnome-2048.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-2048.install')
-rw-r--r--gnome-2048.install8
1 files changed, 2 insertions, 6 deletions
diff --git a/gnome-2048.install b/gnome-2048.install
index e2930790775f..8cd7bfd8ba3b 100644
--- a/gnome-2048.install
+++ b/gnome-2048.install
@@ -1,15 +1,11 @@
-pkgname=gnome-2048-git
-
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"
+ glib-compile-schemas usr/share/glib-2.0/schemas
}
post_remove() {
- post_install "$1"
+ glib-compile-schemas usr/share/glib-2.0/schemas
}