source: ipk/source.sh4/feed_aaf/CONTROL/postinst@ 11878

Last change on this file since 11878 was 11838, checked in by obi, 15 years ago

[ipk] change feed

File size: 234 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.feed
3sync
4
5LINE1=`cat /var/etc/ipkg/official-feed.conf.original`
6LINE2=`cat /var/etc/ipkg/secret-feed.conf`
7echo "$LINE1" > /var/etc/ipkg/official-feed.conf
8echo "$LINE2" >> /var/etc/ipkg/official-feed.conf
9
10exit 0
Note: See TracBrowser for help on using the repository browser.