summaryrefslogtreecommitdiffstats
path: root/source/script
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
commitae5f174ef163734c61c0d30b32f5564cfba02666 (patch)
treece5cb3bbf7358db3fe50cb74369cf4736a2a1ec8 /source/script
parent48af29bcc9e8094de6ba057a52dbae3c80ea7a05 (diff)
downloadsamba-ae5f174ef163734c61c0d30b32f5564cfba02666.tar.gz
samba-ae5f174ef163734c61c0d30b32f5564cfba02666.tar.xz
samba-ae5f174ef163734c61c0d30b32f5564cfba02666.zip
we don't have any jpeg images any more
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/installswat.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/script/installswat.sh b/source/script/installswat.sh
index 6bd11bcb99d..c2a1f423ad2 100755
--- a/source/script/installswat.sh
+++ b/source/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