wok-6.x diff procps/receipt @ rev 18799
syslinux/taziso/bootiso: custom config support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 10 10:39:46 2016 +0100 (2016-01-10) |
parents | c7c3567bd8d4 |
children | ea8947d8ad9b |
line diff
1.1 --- a/procps/receipt Wed Feb 18 09:35:09 2015 +0100 1.2 +++ b/procps/receipt Sun Jan 10 10:39:46 2016 +0100 1.3 @@ -34,16 +34,16 @@ 1.4 # Overlap busybox 1.5 pre_install() 1.6 { 1.7 - rm -f $1/bin/kill 1.8 - rm -f $1/bin/ps 1.9 - rm -f $1/bin/watch 1.10 - rm -f $1/sbin/sysctl 1.11 - rm -f $1/usr/bin/pkill 1.12 - rm -f $1/usr/bin/pmap 1.13 - rm -f $1/usr/bin/pgrep 1.14 - rm -f $1/usr/bin/top 1.15 - rm -f $1/usr/bin/free 1.16 - rm -f $1/usr/bin/uptime 1.17 + rm -f "$1/bin/kill" 1.18 + rm -f "$1/bin/ps" 1.19 + rm -f "$1/bin/watch" 1.20 + rm -f "$1/sbin/sysctl" 1.21 + rm -f "$1/usr/bin/pkill" 1.22 + rm -f "$1/usr/bin/pmap" 1.23 + rm -f "$1/usr/bin/pgrep" 1.24 + rm -f "$1/usr/bin/top" 1.25 + rm -f "$1/usr/bin/free" 1.26 + rm -f "$1/usr/bin/uptime" 1.27 } 1.28 1.29 post_remove()