summarylogtreecommitdiffstats
path: root/nautilus-image-tools.install
diff options
context:
space:
mode:
Diffstat (limited to 'nautilus-image-tools.install')
-rw-r--r--nautilus-image-tools.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/nautilus-image-tools.install b/nautilus-image-tools.install
new file mode 100644
index 000000000000..5fe8fcdff707
--- /dev/null
+++ b/nautilus-image-tools.install
@@ -0,0 +1,16 @@
+# nautilus-image-tools.install
+
+
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_install $1
+}
+