wok diff usbutils/receipt @ rev 19983

Up openvpn (2.3.17)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 22 17:37:32 2017 +0200 (2017-06-22)
parents 9e01bc6321ea
children 86790a278e70
line diff
     1.1 --- a/usbutils/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/usbutils/receipt	Thu Jun 22 17:37:32 2017 +0200
     1.3 @@ -37,18 +37,6 @@
     1.4  	rm -f $fs/usr/bin/lsusb.py
     1.5  }
     1.6  
     1.7 -# Pre and post install commands for Tazpkg.
     1.8 -# Busybox lsusb does not display human-readable usb.ids hardware info.
     1.9 -# We must remove busybox lsusb symlink before installing.
    1.10 -#
    1.11 -pre_install()
    1.12 -{
    1.13 -	echo "Processing pre-install commands..."
    1.14 -	echo -n "Removing Busybox lsusb... "
    1.15 -	rm -f "$1/usr/bin/lsusb"
    1.16 -	status
    1.17 -}
    1.18 -
    1.19  post_remove()
    1.20  {
    1.21  	ln -s /bin/busybox "$1/usr/bin/lsusb"