- Timestamp:
- Mar 24, 2013, 11:29:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/postinst
r18437 r20673 1 1 #!/bin/sh 2 3 #del old bouquet entrys4 oldbouquets=`cat /tmp/bouquets.cfg`5 oldifs=$IFS6 IFS='7 '8 for line in $oldbouquets; do9 file=`echo "$line" | cut -d "#" -f3`10 grep "#$file" /var/etc/titan/bouquets.cfg > /dev/null11 if [ $? -ne 0 ]; then12 rm "$file"13 fi14 done15 IFS=$oldifs16 rm /tmp/bouquets.cfg17 18 2 TMP=/tmp/.set 19 3 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)