summaryrefslogtreecommitdiff
path: root/audio/ascd/files/install
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-08-13 06:46:25 +0000
committerJim Mock <jim@FreeBSD.org>1999-08-13 06:46:25 +0000
commit07494a35f4220d748f5908a42f28ab770d158627 (patch)
tree128abfe5dedf4dc88625689c3515f801631d97be /audio/ascd/files/install
parentRemove hardcoded xterm title bar manipulation. (diff)
Updated to version 0.13.1
PR: 13025
Diffstat (limited to 'audio/ascd/files/install')
-rw-r--r--audio/ascd/files/install14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/ascd/files/install b/audio/ascd/files/install
new file mode 100644
index 000000000000..57180c5033de
--- /dev/null
+++ b/audio/ascd/files/install
@@ -0,0 +1,14 @@
+echo "AScd additionnal 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."