mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
707d495a10
approved by: jim
15 lines
248 B
Plaintext
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."
|