summarylogtreecommitdiffstats
path: root/gnome-2048.install
diff options
context:
space:
mode:
authorRafael Fontenelle2016-05-08 05:52:05 -0300
committerRafael Fontenelle2016-05-08 05:52:05 -0300
commitacb8bb7d4843d1414b07607bf160529cd6c354c6 (patch)
tree58070b1da609cdaedd417553a585c846117b6922 /gnome-2048.install
parent3eb2ae111d1f34367bdb0644f8a300cd59769142 (diff)
downloadaur-acb8bb7d4843d1414b07607bf160529cd6c354c6.tar.gz
Updated to 3.20.1.r178.38bd300
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
}