summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn Burton2016-01-30 09:12:15 -0500
committerTarn Burton2016-01-30 09:12:15 -0500
commit9f6f60342184fd2708cca83bba51eae6bcbc842b (patch)
treee4d3291fbf50ccb18ee44ab331c1eb091f9dc285
parent2b16d50dd236e3da86c2a66d79df5060c507ecf6 (diff)
downloadaur-9f6f60342184fd2708cca83bba51eae6bcbc842b.tar.gz
Forced hicolor update.
-rwxr-xr-xpioneer.install9
1 files changed, 1 insertions, 8 deletions
diff --git a/pioneer.install b/pioneer.install
index 28fcd87cb20d..734001649fe7 100755
--- a/pioneer.install
+++ b/pioneer.install
@@ -1,12 +1,5 @@
post_install() {
- # for icon in /usr/share/icons/hicolor/*/apps/pioneer.png
- # do
- # if [[ $icon =~ /([0-9]+)x[0-9]+/ ]]; then
- # xdg-icon-resource install --novender --size ${BASH_REMATCH[1]} $icon
- # fi
- # done
-
- xdg-icon-resource forceupdate
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {