summarylogtreecommitdiffstats
path: root/dropbox-light-icons.install
diff options
context:
space:
mode:
authorAlif Rachmawadi2017-03-12 22:41:31 +0700
committerAlif Rachmawadi2017-03-12 22:41:31 +0700
commit5bc60def572041671f1ff82aa97de76aa591c3ab (patch)
tree7b4d81ca4d9f4f4b86f0bce46a82aeb8ea4afa10 /dropbox-light-icons.install
downloadaur-5bc60def572041671f1ff82aa97de76aa591c3ab.tar.gz
initial commit
Diffstat (limited to 'dropbox-light-icons.install')
-rw-r--r--dropbox-light-icons.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/dropbox-light-icons.install b/dropbox-light-icons.install
new file mode 100644
index 000000000000..6ec8d8eb1cfa
--- /dev/null
+++ b/dropbox-light-icons.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -f /usr/share/icons/hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}