summarylogtreecommitdiffstats
path: root/dropbox-light-icons.install
diff options
context:
space:
mode:
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
+}