updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / stepmania / stepmania.install
blob0be196b2fd81c9d2a22aac669101bdd49485fdf8
1 post_install() {
2         xdg-icon-resource forceupdate --theme hicolor &> /dev/null
3         update-desktop-database -q
4         echo "==> You may want to add yourself to the games group :"
5         echo "==> sudo gpasswd -a <username> games"
6         echo "==> Install your custom songs in /opt/stepmania/Songs ; you can find"
7         echo "==> content at http://code.google.com/p/sm-ssc/wiki/FindingContent"
8         echo ""
9         echo "==> If you want to get your old songs from an older sm-ssc install, run :"
10         echo "==> mv /opt/sm-ssc/Songs /opt/stepmania as root."
11         echo "==> And you can safely remove /opt/sm-ssc, and move ~/.sm-ssc to \"~/.stepmania-5.0\"."
14 post_remove() {
15         xdg-icon-resource forceupdate --theme hicolor &> /dev/null
16         update-desktop-database -q
17         echo "==> Some files were left over in /opt/stepmania, such as songs."
18         echo "==> You can delete them if you don't plan on reinstalling stepmania."