summarylogtreecommitdiffstats
path: root/com.seewo.easicare.install
diff options
context:
space:
mode:
authorYidaozhanYa2021-10-09 18:28:20 +0800
committerYidaozhanYa2021-10-09 18:28:20 +0800
commit2fd538c44f3cca60fbe6ab580bbc108be77cd5b7 (patch)
tree49caac97b2fc670bf7ec3eb6f900b8cd33dba84a /com.seewo.easicare.install
downloadaur-2fd538c44f3cca60fbe6ab580bbc108be77cd5b7.tar.gz
com.seewo.easicare
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
+}