summarylogtreecommitdiffstats
path: root/xygrib.install
diff options
context:
space:
mode:
authorRomain Bazile2020-07-02 23:51:37 +0200
committerRomain Bazile2020-07-02 23:51:37 +0200
commit9c530ea96625505739e9ffa25621a2247773ca6b (patch)
treec490ef972cf5c095170d4fef1ae73fa99abb0520 /xygrib.install
parent25a757262fa31c3d23b0559db2cd37e2db17c017 (diff)
downloadaur-9c530ea96625505739e9ffa25621a2247773ca6b.tar.gz
fix GCC10 compilation bug
Diffstat (limited to 'xygrib.install')
-rw-r--r--xygrib.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/xygrib.install b/xygrib.install
index 0a039b4dd254..94973cb92191 100644
--- a/xygrib.install
+++ b/xygrib.install
@@ -1,15 +1,15 @@
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f /usr/share/pixmaps
update-desktop-database -q
}
post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f /usr/share/pixmaps
update-desktop-database -q
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f /usr/share/pixmaps
update-desktop-database -q
}