dash: remove the not-so-useful REMOVE script.

Bump revision.

--HG--
extra : convert_revision : 5737d178ec7bb38b22475a48ad42458d3bd321eb
This commit is contained in:
Juan RP 2009-08-05 22:58:56 +02:00
parent db73999510
commit c48c9c9a22
2 changed files with 1 additions and 16 deletions

View File

@ -1,15 +0,0 @@
#
# This script remove the /bin/sh symlink to /bin/dash
# and makes a new one to /bin/bash if available.
#
case "${ACTION}" in
pre)
if [ -x ./bin/bash ]; then
echo "Creating /bin/sh -> /bin/bash symlink..."
cd ./bin && ln -sf bash sh
fi
;;
post)
;;
esac

View File

@ -1,7 +1,7 @@
# Template file for 'dash'
pkgname=dash
version=0.5.5.1
revision=2
revision=3
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--prefix="