summarylogtreecommitdiffstats
path: root/com.seewo.easicare.install
diff options
context:
space:
mode:
Diffstat (limited to 'com.seewo.easicare.install')
-rw-r--r--com.seewo.easicare.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/com.seewo.easicare.install b/com.seewo.easicare.install
new file mode 100644
index 000000000000..b50ffb36e4a2
--- /dev/null
+++ b/com.seewo.easicare.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}