summarylogtreecommitdiffstats
path: root/yokadi.install
diff options
context:
space:
mode:
authorSteffen Weber2015-06-13 17:05:27 +0200
committerSteffen Weber2015-06-13 17:05:27 +0200
commitc41d266ab5ece9d3b41b391bd78368c918c93106 (patch)
treec49c6f9a3f690e8c01756578fb7d00f615cc2992 /yokadi.install
downloadaur-c41d266ab5ece9d3b41b391bd78368c918c93106.tar.gz
Initial import
Diffstat (limited to 'yokadi.install')
-rw-r--r--yokadi.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/yokadi.install b/yokadi.install
new file mode 100644
index 000000000000..013aa1f5f203
--- /dev/null
+++ b/yokadi.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file