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

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

[ipk] change aaffeed

File size: 234 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.feeds
3echo "Erfolgreich gelöscht..."
4rm -f /var/etc/ipkg/official-feed.conf
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.