summaryrefslogtreecommitdiff
path: root/audio/ascd/files/install
blob: 50032637dcf451a5fc1993afb45ff87beab41d16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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."