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

15 lines
248 B
Plaintext
Raw Normal View History

1999-09-25 10:39:02 +00:00
echo "AScd additional themes installation"
1999-08-13 06:46:25 +00:00
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."