summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWynne Plaga2020-05-20 23:56:20 -0400
committerWynne Plaga2020-05-20 23:56:20 -0400
commit020aa0587b8df5e7b25f19eb3be8392349e4e3a5 (patch)
tree7801464e2d9447bc685a6730db3356bee3c33b2a /PKGBUILD
parentf813d9b0ebaf5877c73aae87742714465e4431b9 (diff)
downloadaur-020aa0587b8df5e7b25f19eb3be8392349e4e3a5.tar.gz
Various further updates
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 1 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a996085d5764..9d9b1795f265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,20 +30,7 @@ package() {
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
- rm "$pkgdir"/.[^.]*
-}
-
-post_install(){
- # Link to the binary
ln -sf '/opt/G Desktop Suite/gdesktopsuite' '/usr/bin/gdesktopsuite'
- # SUID chrome-sandbox for Electron 5+
- chmod 4755 '/opt/G Desktop Suite/chrome-sandbox' || true
-
- update-mime-database /usr/share/mime || true
- update-desktop-database /usr/share/applications || true
-}
-
-post_remove() {
- rm -rf '/usr/bin/gdesktopsuite'
+ rm "$pkgdir"/.[^.]*
}