summarylogtreecommitdiffstats
path: root/briquolo.install
diff options
context:
space:
mode:
Diffstat (limited to 'briquolo.install')
-rw-r--r--briquolo.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/briquolo.install b/briquolo.install
new file mode 100644
index 000000000000..60f0f42874e0
--- /dev/null
+++ b/briquolo.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "Updating desktop and mime database ..."
+ update-desktop-database -q
+}
+
+op=$1
+shift
+[ "$(type -t "$op")" = "function" ] && $op "$@"