1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-11-16 13:55:02 -05:00
arch-ppa/src/emulationstation-themes/emulationstation-themes.install

10 lines
280 B
Plaintext
Raw Normal View History

2017-01-02 18:21:39 -05:00
post_install() {
2019-07-27 10:40:51 -04:00
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/"
2017-01-02 18:21:39 -05:00
echo
}
post_upgrade () {
post_install
}