wok-6.x rev 2889
slitaz-tools: Update receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 05 00:42:50 2009 +0200 (2009-05-05) |
parents | d641c8afb834 |
children | c63193d91c24 |
files | slitaz-tools/receipt |
line diff
1.1 --- a/slitaz-tools/receipt Tue May 05 01:50:51 2009 +0200 1.2 +++ b/slitaz-tools/receipt Tue May 05 00:42:50 2009 +0200 1.3 @@ -16,7 +16,8 @@ 1.4 /etc/keymap.conf 1.5 /etc/X11/screen.conf 1.6 /etc/locale.conf 1.7 -/etc/firewall.conf" 1.8 +/etc/firewall.conf 1.9 +/etc/slitaz/applications.conf" 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 # 1.13 @@ -32,13 +33,12 @@ 1.14 $fs/usr/sbin \ 1.15 $fs/etc/X11 \ 1.16 $fs/var/spool/cron/crontabs \ 1.17 - $fs/usr/share/doc/slitaz-tools \ 1.18 - $fs/usr/share/slitaz-tools/installer 1.19 + $fs/usr/share/slitaz/messages/en 1.20 1.21 # /rootfs/*. Firewall exemples, licenses, pixmaps and desktop files. 1.22 cp -a $src/rootfs/* $fs 1.23 1.24 - # Tinyutils. 1.25 + # Tinyutils and declare all config files. 1.26 cp -a $src/tinyutils/tazlocale $fs/sbin 1.27 touch $fs/etc/locale.conf 1.28 touch $fs/etc/motd 1.29 @@ -48,20 +48,18 @@ 1.30 cp -a $src/tinyutils/gztazmod.sh $fs/sbin 1.31 cp -a $src/tinyutils/tazx $fs/usr/bin 1.32 touch $fs/etc/X11/screen.conf 1.33 - cp -a $src/tinyutils/startx $fs/usr/bin 1.34 - cp -a $src/tinyutils/history $fs/usr/bin 1.35 - cp -a $src/tinyutils/tazdialog $fs/usr/bin 1.36 cp -a $src/tinyutils/tazhw $fs/sbin 1.37 + for app in startx history tazdialog editor browser terminal file-manager 1.38 + do 1.39 + cp -a $src/tinyutils/$app $fs/usr/bin 1.40 + done 1.41 # Sound config 1.42 cp -a $src/tinyutils/soundconf $fs/usr/sbin 1.43 cp -a $src/tinyutils/setmixer $fs/usr/sbin 1.44 1.45 # Installer's 1.46 cp -a $src/installer/slitaz-installer $fs/usr/bin 1.47 - cp -a $src/installer/*.msg $fs/usr/share/slitaz-tools/installer 1.48 - 1.49 - # Tools doc in /usr/share/doc/slitaz-tools 1.50 - cp $src/doc/* $fs/usr/share/doc/slitaz-tools 1.51 + cp -a $src/installer/installer.msg $fs/usr/share/slitaz/messages/en 1.52 1.53 chown -R root.root $fs 1.54 chmod -R 755 $fs/usr/bin 1.55 @@ -95,4 +93,7 @@ 1.56 if [ -f $root/usr/bin/mountbox ] && [ ! -d /var/lib/tazpkg/installed/slitaz-tools-boxes ]; then 1.57 tazpkg get-install slitaz-tools-boxes 1.58 fi 1.59 + # Remove old files 1.60 + rm -rf $root/usr/share/slitaz-tools 1.61 + rm -rf /usr/share/doc/slitaz-tools 1.62 }