summarylogtreecommitdiffstats
path: root/dbeaver-ue.install
diff options
context:
space:
mode:
authorTheArcaneBrony2022-02-06 00:31:56 +0000
committerTheArcaneBrony2022-02-06 00:31:56 +0000
commit20243520db94299b627e8026f613ff67efa772e5 (patch)
tree3725ff7e215f1493d067909c92bd11f973de8ae1 /dbeaver-ue.install
downloadaur-dbeaver-ue.tar.gz
Initial commit
Diffstat (limited to 'dbeaver-ue.install')
-rw-r--r--dbeaver-ue.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/dbeaver-ue.install b/dbeaver-ue.install
new file mode 100644
index 000000000000..d641c9a2c2de
--- /dev/null
+++ b/dbeaver-ue.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+