wok-current rev 9726
xrick: removed copying xrick.png and xrick.desktop. tazwok and cookutils does that for us.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 09 05:34:18 2011 +0000 (2011-05-09) |
parents | cae2be2e4809 |
children | 3da3b86c2dc9 |
files | xrick/receipt |
line diff
1.1 --- a/xrick/receipt Mon May 09 05:29:46 2011 +0000 1.2 +++ b/xrick/receipt Mon May 09 05:34:18 2011 +0000 1.3 @@ -22,14 +22,10 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/bin \ 1.7 - $fs/usr/share/applications \ 1.8 - $fs/usr/share/pixmaps \ 1.9 $fs/usr/share/xrick 1.10 1.11 cp -a $src/$PACKAGE $fs/usr/bin 1.12 cp -a $src/data.zip $fs/usr/share/xrick 1.13 cp -a $src/KeyCodes $fs/usr/share/xrick 1.14 - cp -a stuff/xrick.png $fs/usr/share/pixmaps 1.15 - cp -a stuff/xrick.desktop $fs/usr/share/applications 1.16 } 1.17