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