diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-23 08:54:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-23 08:54:14 +0000 |
commit | 3beda2eda10f5777eddc73fadf8024d8c6312c3a (patch) | |
tree | d820e89d9ac4ee2228d15c9edaa6164d91a8d80d | |
parent | fa0f46fd3e5f3c01d23efe2ff952f9a6630beb0d (diff) | |
download | drakx-3beda2eda10f5777eddc73fadf8024d8c6312c3a.tar drakx-3beda2eda10f5777eddc73fadf8024d8c6312c3a.tar.gz drakx-3beda2eda10f5777eddc73fadf8024d8c6312c3a.tar.bz2 drakx-3beda2eda10f5777eddc73fadf8024d8c6312c3a.tar.xz drakx-3beda2eda10f5777eddc73fadf8024d8c6312c3a.zip |
remove fpons only tool
-rwxr-xr-x | tools/updatehdlist | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/updatehdlist b/tools/updatehdlist deleted file mode 100755 index f8acf4991..000000000 --- a/tools/updatehdlist +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -topdir=$1 -[ -d "$topdir" ] || topdir=/export -[ -d "$topdir" ] || exit 1 -add=$topdir/Mandrake/RPMS2 -[ -d "$add" ] || add=$topdir/Mandrake/RPMS - -./syncrpms --verbose --clean --update --remove --add $add --from /RPMS --to $topdir/Mandrake/{RPMS,RPMS2} -gendistrib --noclean --distrib $topdir |