- Timestamp:
- Sep 16, 2012, 2:19:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/postinst
r17828 r17917 1 1 #!/bin/sh 2 3 #del old bouquet entrys 4 oldbouquets=`cat /tmp/bouquets.cfg` 5 oldifs=$IFS 6 IFS=' 7 ' 8 for line in $oldbouquets; do 9 file=`echo "$line" | cut -d "#" -f3` 10 grep "#$file" /var/etc/titan/bouquets.cfg > /dev/null 11 if [ $? -ne 0 ]; then 12 rm "$file" 13 fi 14 done 15 IFS=$oldifs 16 rm /tmp/bouquets.cfg 17 2 18 TMP=/tmp/.set 3 19 echo "successfully installed"
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)