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