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

Dave Reisner dreisner at archlinux.org
Wed Oct 7 21:37:55 UTC 2015


    Date: Wednesday, October 7, 2015 @ 23:37:55
  Author: dreisner
Revision: 248476

upgpkg: util-linux 2.27-6

- drop install scriptlet in favor of sysusers

Modified:
  util-linux/trunk/PKGBUILD
Deleted:
  util-linux/trunk/util-linux.install

--------------------+
 PKGBUILD           |    3 +--
 util-linux.install |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-07 21:29:33 UTC (rev 248475)
+++ PKGBUILD	2015-10-07 21:37:55 UTC (rev 248476)
@@ -6,7 +6,7 @@
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
 pkgver=2.27
-pkgrel=5
+pkgrel=6
 pkgdesc="Miscellaneous system utilities for Linux"
 url="https://www.kernel.org/pub/linux/utils/util-linux/"
 arch=('i686' 'x86_64')
@@ -56,7 +56,6 @@
   replaces=('zramctl')
   depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
   optdepends=('python: python bindings to libmount')
-  install=util-linux.install
   groups=('base' 'base-devel')
   backup=(etc/pam.d/chfn
           etc/pam.d/chsh

Deleted: util-linux.install
===================================================================
--- util-linux.install	2015-10-07 21:29:33 UTC (rev 248475)
+++ util-linux.install	2015-10-07 21:37:55 UTC (rev 248476)
@@ -1,12 +0,0 @@
-post_install() {
-  # we don't want use systemd-tmpfiles here because
-  # the package dependency would create a circular dep.
-  if [[ ! -d run/uuidd ]]; then
-    # refer to uid/gid by number to avoid dependency on filesystem
-    install -o 68 -g 68 -dm755 run/uuidd
-  fi
-}
-
-post_upgrade() {
-  post_install
-}



More information about the arch-commits mailing list