wok diff depmod/receipt @ rev 10841

locale-zh_CN: Fixed post_install and post_remove to be only work when not being installed with --root option.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jun 10 02:24:41 2011 +0800 (2011-06-10)
parents b90843fa3804
children 380ffe05937a
line diff
     1.1 --- a/depmod/receipt	Sun Feb 27 01:21:13 2011 +0100
     1.2 +++ b/depmod/receipt	Fri Jun 10 02:24:41 2011 +0800
     1.3 @@ -24,5 +24,5 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /sbin/depmod
     1.8 +	ln -s /bin/busybox $1/sbin/depmod
     1.9  }