source: ipk/source.sh4/feed_aaf/CONTROL/postrm@ 11831

Last change on this file since 11831 was 11785, checked in by obi, 15 years ago

[ipk] change aaffeed

File size: 234 bytes
RevLine 
[11621]1#!/bin/sh
2TMP=/tmp/.feeds
3echo "Erfolgreich gelöscht..."
[11785]4rm -f /var/etc/ipkg/official-feed.conf
[11621]5echo "Originaldatei wird wieder hergestellt.."
6mv /var/etc/ipkg/official-feed.conf.original /var/etc/ipkg/official-feed.conf
7
8sync
9exit 0
Note: See TracBrowser for help on using the repository browser.