summarylogtreecommitdiffstats
path: root/gnome-shell-extension-timer-git.install
diff options
context:
space:
mode:
authorOle Ernst2015-06-26 10:10:34 +0200
committerOle Ernst2015-06-26 10:10:34 +0200
commit58d10059b65a5d6ecc774bd6ce17c5c5ed90939f (patch)
tree108693ab237042f1fb2019f2e21b58b374915cca /gnome-shell-extension-timer-git.install
downloadaur-58d10059b65a5d6ecc774bd6ce17c5c5ed90939f.tar.gz
migrate to aur4
Diffstat (limited to 'gnome-shell-extension-timer-git.install')
-rw-r--r--gnome-shell-extension-timer-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-shell-extension-timer-git.install b/gnome-shell-extension-timer-git.install
new file mode 100644
index 000000000000..32e402d08cc2
--- /dev/null
+++ b/gnome-shell-extension-timer-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}