summaryrefslogtreecommitdiffstats
path: root/abs/extra/dolphin-emu/dolphin-emu.install
blob: 84b587ff9241b2838516c0b4cca41f526dd5fdac (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    gen_game_xml.py
}

post_upgrade() {
    gen_game_xml.py
}

post_remove() {
    gen_game_xml.py
}