summarylogtreecommitdiffstats
path: root/tidgi-bin.install
diff options
context:
space:
mode:
authorHu3rror2022-07-23 10:44:05 +0800
committerHu3rror2022-07-23 10:44:05 +0800
commit292987370e747a4003214258dd3dd1f6ba62641a (patch)
treec8d5e1116b52c8a5d057251beb61b50f31094434 /tidgi-bin.install
downloadaur-292987370e747a4003214258dd3dd1f6ba62641a.tar.gz
init
Diffstat (limited to 'tidgi-bin.install')
-rw-r--r--tidgi-bin.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/tidgi-bin.install b/tidgi-bin.install
new file mode 100644
index 000000000000..b50ffb36e4a2
--- /dev/null
+++ b/tidgi-bin.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
+}