summaryrefslogtreecommitdiff
path: root/pcr/pencil2d/pencil2d.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/pencil2d/pencil2d.install')
-rw-r--r--pcr/pencil2d/pencil2d.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/pencil2d/pencil2d.install b/pcr/pencil2d/pencil2d.install
new file mode 100644
index 000000000..724bfce00
--- /dev/null
+++ b/pcr/pencil2d/pencil2d.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}