echo "AScd additional themes installation"
echo

echo "Copying themes tar archives"
cp ./themes.tar /usr/X11R6/share/ascd/Themes
cd /usr/X11R6/share/ascd/Themes

echo "Untarring"
tar xf themes.tar

echo "Cleaning up"
rm -f themes.tar

echo "Done."
