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