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
2019-07-27 10:40:51 -04:00

10 lines
280 B
Plaintext

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
}