summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2016-02-19 18:21:25 +0200
committerMantas Mikulėnas2016-02-19 18:21:25 +0200
commit83faa08063ae83323d2870a272d18ea6a0e01423 (patch)
tree19ff6d8cd07a152e7ce6d7018cafbc468c710aa9
parent0e1601f728b8673fc2389f55404d05e260597345 (diff)
downloadaur-83faa08063ae83323d2870a272d18ea6a0e01423.tar.gz
use high-res icon for .desktop file
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e43b2666984f..55700fe5575d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,6 +46,7 @@ package() {
install -Dm0644 runescape.$size.png \
"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/runescape.png
done
+ sed -i 's/^Icon=.*/Icon=runescape/' "$pkgdir"/usr/share/applications/runescape-launcher.desktop
install -Dm0755 wrapper.sh "$pkgdir"/usr/bin/runescape-launcher
install -Dm0644 copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}