1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/ascd/files/install
Marcel Moolenaar 707d495a10 Fix typo.
approved by: jim
1999-09-25 10:39:02 +00:00

15 lines
248 B
Plaintext

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."