summarylogtreecommitdiffstats
path: root/pioneer.install
diff options
context:
space:
mode:
Diffstat (limited to 'pioneer.install')
-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() {