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

10 lines
266 B
Plaintext

post_install() {
echo "Make symbolic links to relevant themes from /usr/share/EmulationStation/themes to ~/.emulationstation"
echo "Example: ln -s /usr/share/EmulationStation/themes/snes ~/.emulationstation/"
echo
}
post_upgrade () {
post_install
}