# HG changeset patch # User Pascal Bellard # Date 1452099394 -3600 # Node ID 3d18330745fdbacf530f810ddb7edf262d9e11b3 # Parent ee7f5b80836f74cb2b27c618bc7f57c8eb8d5e72 busybox: remove kmod & core-util-mount links diff -r ee7f5b80836f -r 3d18330745fd busybox/receipt --- a/busybox/receipt Tue Jan 05 11:03:10 2016 +0100 +++ b/busybox/receipt Wed Jan 06 17:56:34 2016 +0100 @@ -160,6 +160,20 @@ # Update copyright year grep -rl 'copy; 2' $fs/var/www | xargs \ sed -i "s/copy; [0-9]*/copy; $(date +%Y)/" + + # Remove kmod & core-util-mount links + while read link; do + rm -f $fs$link + done <