we don't have any jpeg images any more
authorAndrew Tridgell <tridge@samba.org>
Thu, 12 Nov 1998 23:57:18 +0000 (23:57 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 12 Nov 1998 23:57:18 +0000 (23:57 +0000)
(This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666)

source3/script/installswat.sh

index 6bd11bcb99d6e849dd78ac7e7957c4a3b8f958c3..c2a1f423ad2aedc3ab7eb61e2c859a8ebb1968ae 100755 (executable)
@@ -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