summaryrefslogtreecommitdiff
path: root/source3/script/installswat.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-12 23:57:18 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-12 23:57:18 +0000
commitdfac41840a546801c759d385895a03e223aa5bc7 (patch)
treebc9f8d2914296096cb273e1c2ed7b64e093aa308 /source3/script/installswat.sh
parentea2fa33f6564389240c4b414e27065a4a01dcfbc (diff)
downloadsamba-dfac41840a546801c759d385895a03e223aa5bc7.tar.gz
samba-dfac41840a546801c759d385895a03e223aa5bc7.tar.bz2
samba-dfac41840a546801c759d385895a03e223aa5bc7.zip
we don't have any jpeg images any more
(This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666)
Diffstat (limited to 'source3/script/installswat.sh')
-rwxr-xr-xsource3/script/installswat.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh
index 6bd11bcb99..c2a1f423ad 100755
--- a/source3/script/installswat.sh
+++ b/source3/script/installswat.sh
@@ -25,13 +25,6 @@ for f in $SRCDIR../swat/images/*.gif; do
chmod 0644 $FNAME
done
-for f in $SRCDIR../swat/images/*.jpg; do
- FNAME=$SWATDIR/images/`basename $f`
- echo $FNAME
- cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
- chmod 0644 $FNAME
-done
-
for f in $SRCDIR../swat/help/*.html; do
FNAME=$SWATDIR/help/`basename $f`
echo $FNAME