1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r26603: Don't install no longer available upgrade script.

This commit is contained in:
Jelmer Vernooij 2007-12-25 21:14:06 -06:00 committed by Stefan Metzmacher
parent ecd2d96c31
commit 69e469d9e1

View File

@ -16,7 +16,6 @@ echo "Installing setup templates"
mkdir -p $SETUPDIR || exit 1
cp setup/schema-map-* $SETUPDIR || exit 1
cp setup/DB_CONFIG $SETUPDIR || exit 1
cp setup/upgrade $SETUPDIR || exit 1
cp setup/provision-backend $SETUPDIR || exit 1
cp setup/provision $SETUPDIR || exit 1
cp setup/newuser $SETUPDIR || exit 1