summarylogtreecommitdiffstats
path: root/ffdiaporama.install
diff options
context:
space:
mode:
Diffstat (limited to 'ffdiaporama.install')
-rw-r--r--ffdiaporama.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ffdiaporama.install b/ffdiaporama.install
new file mode 100644
index 000000000000..7cb5de249aaa
--- /dev/null
+++ b/ffdiaporama.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+ 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