summarylogtreecommitdiffstats
path: root/com.seewo.easicamera.install
diff options
context:
space:
mode:
authorYidaozhanYa2021-10-08 21:38:15 +0800
committerYidaozhanYa2021-10-08 21:38:15 +0800
commitfe7b794c514f1f50e0903fdd02ab50814de8b3e6 (patch)
treecea1416f4b8fac4a5d8a79d51884e46b65505257 /com.seewo.easicamera.install
downloadaur-fe7b794c514f1f50e0903fdd02ab50814de8b3e6.tar.gz
com.seewo.easicamera
Diffstat (limited to 'com.seewo.easicamera.install')
-rw-r--r--com.seewo.easicamera.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/com.seewo.easicamera.install b/com.seewo.easicamera.install
new file mode 100644
index 000000000000..b50ffb36e4a2
--- /dev/null
+++ b/com.seewo.easicamera.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
+}