1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/emulationstation-themes/emulationstation-themes.install

10 lines
266 B
Plaintext
Raw Normal View History

2017-01-02 18:21:39 -05:00
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
}