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