wok diff pciutils/receipt @ rev 19479

paper-icon-theme: update from git, make package a way smaller (remove HiDPI icons and shrink svg icons)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 01 04:02:18 2016 +0200 (2016-11-01)
parents c9e270dd464f
children e8fd3684e239
line diff
     1.1 --- a/pciutils/receipt	Thu Apr 23 16:47:39 2015 +0300
     1.2 +++ b/pciutils/receipt	Tue Nov 01 04:02:18 2016 +0200
     1.3 @@ -36,10 +36,10 @@
     1.4  # Overlap busybox
     1.5  pre_install()
     1.6  {
     1.7 -	rm -f $1/usr/bin/lspci
     1.8 +	rm -f "$1/usr/bin/lspci"
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -	ln -s /bin/busybox $1/usr/bin/lspci
    1.14 +	ln -s /bin/busybox "$1/usr/bin/lspci"
    1.15  }