wok diff xfce4-mixer/receipt @ rev 7739

Added pre_install and post_remove to hd2u.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Dec 20 08:07:07 2010 +0000 (2010-12-20)
parents 2eba1325f6a3
children fe2fd41e6103
line diff
     1.1 --- a/xfce4-mixer/receipt	Thu Sep 24 12:55:55 2009 +0200
     1.2 +++ b/xfce4-mixer/receipt	Mon Dec 20 08:07:07 2010 +0000
     1.3 @@ -39,4 +39,7 @@
     1.4  	cp -a $_pkg/usr/share/xfce4-mixer $fs/usr/share
     1.5  	
     1.6  	rm -rf $fs/usr/share/xfce4-mixer/icons/hicolor/scalable
     1.7 +	
     1.8 +	# Strip evrythings
     1.9 +	find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;
    1.10  }