[arch-commits] Commit in jake/trunk (PKGBUILD jake.install)

Felix Yan felixonmars at archlinux.org
Sun Oct 20 07:14:04 UTC 2019


    Date: Sunday, October 20, 2019 @ 07:14:04
  Author: felixonmars
Revision: 517644

remove old post_install

Modified:
  jake/trunk/PKGBUILD
Deleted:
  jake/trunk/jake.install

--------------+
 PKGBUILD     |    1 -
 jake.install |   11 -----------
 2 files changed, 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-20 07:01:30 UTC (rev 517643)
+++ PKGBUILD	2019-10-20 07:14:04 UTC (rev 517644)
@@ -9,7 +9,6 @@
 license=('Apache')
 depends=('nodejs')
 makedepends=('npm')
-install=${pkgname}.install
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
 noextract=($pkgname-$pkgver.tgz)
 sha512sums=('9e5ed2ecaf2610a233ad74f3c7b547be6bba02fc7f719496f0fa008b3323753b6ff0e5e863e38f6f3b4efd59de2173ee798ef8da27805dad223dc1e6862de0c7')

Deleted: jake.install
===================================================================
--- jake.install	2019-10-20 07:01:30 UTC (rev 517643)
+++ jake.install	2019-10-20 07:14:04 UTC (rev 517644)
@@ -1,11 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
-    /usr/lib/node_modules/jake/node_modules \
-    /usr/lib/node_modules/jake/node_modules/.bin \
-    /usr/lib/node_modules/jake/node_modules/filelist/node_modules
-}
-
-post_upgrade() {
-  post_install
-}



More information about the arch-commits mailing list