summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKoopa2020-09-07 00:32:20 -0400
committerKoopa2020-09-07 00:32:20 -0400
commit46e37e323a678e18629602b1c3a910be5b9d3073 (patch)
tree3c7ef89377b836af5634a979162c239596fcdc70 /PKGBUILD
parent21c604eccfceb5591d8f9953a78196e3ce80aeef (diff)
downloadaur-46e37e323a678e18629602b1c3a910be5b9d3073.tar.gz
Get rid of SHAR launcher.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7526e47d1e3d..1b0c160a3ede 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,6 @@ package() {
# Install the launchers.
install -Dm655 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
- install -m655 "the-simpsons-hit-and-run.sh" "$pkgdir/usr/bin/the-simpsons-hit-and-run"
# Install the MIME types.
@@ -76,16 +75,12 @@ package() {
for SIZE in 16 22 32 48 64 256; do
install -Dm644 "$pkgname-$SIZE.png" \
"$pkgdir/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/$pkgname.png"
- install -Dm644 "the-simpsons-hit-and-run-$SIZE.png" \
- "$pkgdir/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/the-simpsons-hit-and-run.png"
done
# Install the desktop entries.
install -Dm644 "com.donutteam.$pkgname.desktop" \
"$pkgdir/usr/share/applications/com.donutteam.$pkgname.desktop"
- install -m644 "the-simpsons-hit-and-run.desktop" \
- "$pkgdir/usr/share/applications/the-simpsons-hit-and-run.desktop"
# Install the helper script.