arch-ppa/src/emulationstation-themes/emulationstation-themes.ins...

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
}