mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
remove unnecessary name & icon replacement in .desktop
This commit is contained in:
parent
0c15a71c0c
commit
f2bdcd9865
1 changed files with 0 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -30,8 +30,6 @@ prepare() {
|
|||
|
||||
build() {
|
||||
sed -i -E "s|Exec=AppRun|Exec=${_pkgname}|" "squashfs-root/${_pkgname}.desktop"
|
||||
sed -i -E "s|Name=.*$|Name=${_pkgname^}|" "squashfs-root/${_pkgname}.desktop"
|
||||
sed -i -E "s|^Icon=.*$|Icon=${_pkgname}|" "squashfs-root/${_pkgname}.desktop"
|
||||
|
||||
# Fix permissions; .AppImage permissions are 700 for all directories
|
||||
chmod -R a-x+rX "${srcdir}/squashfs-root/usr"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue