[arch-commits] Commit in emacs-nox/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun May 23 22:27:32 UTC 2021
Date: Sunday, May 23, 2021 @ 22:27:32
Author: bgyorgy
Revision: 943527
Remove metainfo file too
It's useless without the desktop file.
Modified:
emacs-nox/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 22:21:16 UTC (rev 943526)
+++ PKGBUILD 2021-05-23 22:27:32 UTC (rev 943527)
@@ -37,5 +37,5 @@
# fix user/root permissions on usr/share files
find "${pkgdir}"/usr/share/emacs/$pkgver -exec chown root.root {} \;
# remove .desktop file and icons
- rm -rf "${pkgdir}"/usr/share/{applications,icons}
+ rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo}
}
More information about the arch-commits
mailing list