summarylogtreecommitdiffstats
path: root/giggle.install
diff options
context:
space:
mode:
authorChristian Hesse2015-06-30 09:28:09 +0200
committerChristian Hesse2015-06-30 09:28:09 +0200
commite32d0b6dbe928f618efe9795b43152fc80672f4f (patch)
tree4f546c82e413b395e78d91d681433f89d9bcbbb6 /giggle.install
downloadaur-e32d0b6dbe928f618efe9795b43152fc80672f4f.tar.gz
initial import of giggle-git 0.5.r289.g44490f7-1
Diffstat (limited to 'giggle.install')
-rw-r--r--giggle.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/giggle.install b/giggle.install
new file mode 100644
index 000000000000..a50d2a8dfb68
--- /dev/null
+++ b/giggle.install
@@ -0,0 +1,17 @@
+post_install() {
+ gtk-update-icon-cache -f -t -q /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+
+op=$1
+shift
+
+$op $*