Add emulationstation packages

This commit is contained in:
moparisthebest
2017-01-02 18:21:39 -05:00
parent b9b09587bc
commit 880600f59d
5 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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
}