wok diff usbutils/receipt @ rev 19111

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents 9e01bc6321ea
children 86790a278e70
line diff
     1.1 --- a/usbutils/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/usbutils/receipt	Fri May 06 15:40:30 2016 +0300
     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"