summarylogtreecommitdiffstats
path: root/UberSpatchBoard.install
diff options
context:
space:
mode:
Diffstat (limited to 'UberSpatchBoard.install')
-rw-r--r--UberSpatchBoard.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/UberSpatchBoard.install b/UberSpatchBoard.install
new file mode 100644
index 000000000000..d9b58290d664
--- /dev/null
+++ b/UberSpatchBoard.install
@@ -0,0 +1,7 @@
+post_install() {
+ update-desktop-database
+}
+
+post_upgrade() {
+ post_install
+}