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

Christian Hesse eworm at gemini.archlinux.org
Mon Oct 18 21:21:26 UTC 2021


    Date: Monday, October 18, 2021 @ 21:21:26
  Author: eworm
Revision: 426221

remove ancient upgrade command

Modified:
  fakeroot/trunk/fakeroot.install

------------------+
 fakeroot.install |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: fakeroot.install
===================================================================
--- fakeroot.install	2021-10-18 20:35:34 UTC (rev 426220)
+++ fakeroot.install	2021-10-18 21:21:26 UTC (rev 426221)
@@ -1,11 +1,10 @@
+#!/bin/sh
+
 post_install() {
   usr/bin/ldconfig -r .
 }
 
 post_upgrade() {
-  if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then
-    sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
-  fi
   usr/bin/ldconfig -r .
 }
 



More information about the arch-commits mailing list