Changeset 80
- Timestamp:
- 11/06/06 23:47:09 (2 years ago)
- Files:
-
- ipk-ffw/trunk/control/control (modified) (1 diff)
- ipk-ffw/trunk/control/preinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ipk-ffw/trunk/control/control
r78 r80 6 6 Maintainer: Matthieu Duchemin <alkahan@free.fr> and laurent2b <laurent2b_wlan@yahoo.fr> 7 7 Source: http://dev.wireless-fr.org/trac.cgi/trunk 8 Version: 0.5_beta 78 Version: 0.5_beta8 9 9 Architecture: mipsel 10 10 ipk-ffw/trunk/control/preinst
r78 r80 19 19 if [ -L /etc/init.d/S51crond ]; then 20 20 rm /etc/init.d/S51crond 21 cp /rom/etc/init.d/S51crond /etc/init.d/S51crond 21 cp /rom/etc/init.d/S51crond /etc/init.d/S51crond 22 22 fi 23 23 … … 28 28 status=$(ipkg status $package) 29 29 if [ -z "$status" ]; then 30 if [ $update = "0" ]; then 30 if [ $update = "0" ]; then 31 31 echo -n Recuperation de la liste des packages... 32 32 ipkg update
