remove unwanted theme files

This commit is contained in:
Stephan Raue 2009-03-18 20:16:52 +01:00
parent 65761ac03f
commit 4fa0a53190

View File

@ -27,6 +27,4 @@ if [ "$2" = system ]; then
mkdir -p $INSTALL/sbin
cp $PKG_DIR/scripts/init.system $INSTALL/sbin/init.system
mkdir -p $INSTALL/usr/theme/
cp $PKG_DIR/theme/* $INSTALL/usr/theme
fi