summarylogtreecommitdiffstats
path: root/emulationstation-themes.install
blob: 4e6959259b951ef48c79634080e65199bf3aa1e6 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "Make symbolic links to relevant themes from /usr/share/EmulationStation/themes to ~/.emulationstation/themes"
    echo "Example: ln -s /usr/share/EmulationStation/themes/snes ~/.emulationstation/themes/"
    echo
}

post_upgrade () {
    post_install
}