delete prog.* installation from install.sh

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5846 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-07 17:49:15 +00:00
parent 933e3b9948
commit 69910840fd

View File

@ -658,13 +658,6 @@ done
#
ln -sf lib.base ${PREFIX}/usr/share/shorewall/functions
#
# Install the program skeleton files
#
for f in prog.* ; do
install_file $f ${PREFIX}/usr/share/shorewall/$f 0644
echo "Program skeleton file ${f#*.} installed as ${PREFIX}/usr/share/shorewall/$f"
done
#
# Create the version file
#
echo "$VERSION" > ${PREFIX}/usr/share/shorewall/version