summarylogtreecommitdiffstats
path: root/gargoyle.install
diff options
context:
space:
mode:
Diffstat (limited to 'gargoyle.install')
-rw-r--r--gargoyle.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/gargoyle.install b/gargoyle.install
new file mode 100644
index 000000000000..2fa8b3794c80
--- /dev/null
+++ b/gargoyle.install
@@ -0,0 +1,10 @@
+post_install() {
+ update-mime-database usr/share/mime > /dev/null
+ update-desktop-database -q
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}