summarylogtreecommitdiffstats
path: root/xygrib.install
diff options
context:
space:
mode:
authorRomain Bazile2019-11-28 21:54:02 +0100
committerRomain Bazile2019-11-28 21:54:02 +0100
commit4d67fa69f08ec48eee035a481b26e13795f7693a (patch)
tree28f99f1fe5a4761d14e8e8bfaf18256376f92979 /xygrib.install
parent32d45ecbff1c3bcf4f82a43086a84b9ff0d4b6d8 (diff)
downloadaur-4d67fa69f08ec48eee035a481b26e13795f7693a.tar.gz
addition of install and version correction
Diffstat (limited to 'xygrib.install')
-rw-r--r--xygrib.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/xygrib.install b/xygrib.install
new file mode 100644
index 000000000000..0a039b4dd254
--- /dev/null
+++ b/xygrib.install
@@ -0,0 +1,15 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+