mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-16 22:05:04 -05:00
10 lines
266 B
Plaintext
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
|
||
|
}
|