wok-6.x rev 2617
busybox-pam: add /usr/share/applications
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 13 14:20:55 2009 +0000 (2009-04-13) |
parents | 40fb25f377c1 |
children | 01153cfa8044 |
files | busybox-pam/receipt |
line diff
1.1 --- a/busybox-pam/receipt Sun Apr 12 01:59:40 2009 +0200 1.2 +++ b/busybox-pam/receipt Mon Apr 13 14:20:55 2009 +0000 1.3 @@ -74,6 +74,9 @@ 1.4 chmod +x $fs/usr/share/udhcpc/default.script 1.5 # ZeroConf stuff. 1.6 cp stuff/zcip.script $fs/etc 1.7 + # .desktop stuff 1.8 + mkdir -p $fs/usr/share 1.9 + cp -a stuff/applications $fs/usr/share 1.10 } 1.11 1.12 # Force glibc-2.7 reinstall if 2.3.6 still in use.