summaryrefslogtreecommitdiffstats
path: root/abs/extra/dolphin-emu/dolphin-emu.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/dolphin-emu/dolphin-emu.install')
-rw-r--r--abs/extra/dolphin-emu/dolphin-emu.install31
1 files changed, 3 insertions, 28 deletions
diff --git a/abs/extra/dolphin-emu/dolphin-emu.install b/abs/extra/dolphin-emu/dolphin-emu.install
index 6acdd50..84b587f 100644
--- a/abs/extra/dolphin-emu/dolphin-emu.install
+++ b/abs/extra/dolphin-emu/dolphin-emu.install
@@ -1,36 +1,11 @@
post_install() {
- mv /usr/share/mythtv/themes/defaultmenu/game.xml /tmp
- grep -v -e /mythmenu /tmp/game.xml > /tmp/game.xml.tmp
- echo "<!--#Dolphin-Emu-->" >> /tmp/game.xml.tmp
- echo " <button>" >> /tmp/game.xml.tmp
- echo " <type>MENU_GAME</type>" >> /tmp/game.xml.tmp
- echo " <text>Dolphin Emulator</text>" >> /tmp/game.xml.tmp
- echo " <action>MENU dolphin-emu.xml</action>" >> /tmp/game.xml.tmp
- echo " </button>" >> /tmp/game.xml.tmp
- echo "<!--#Dolphin-Emu-->" >> /tmp/game.xml.tmp
- echo "" >> /tmp/game.xml.tmp
- echo "</mythmenu>" >> /tmp/game.xml.tmp
- mv /tmp/game.xml.tmp /usr/share/mythtv/themes/defaultmenu/game.xml
+ gen_game_xml.py
}
post_upgrade() {
- mv /usr/share/mythtv/themes/defaultmenu/game.xml /tmp/game.xml.tmp
- sed -e '/\#Dolphin-Emu/,/\#Dolphin-Emu/d' < /tmp/game.xml.tmp > /usr/share/mythtv/themes/defaultmenu/game.xml
- mv /usr/share/mythtv/themes/defaultmenu/game.xml /tmp
- grep -v -e /mythmenu /tmp/game.xml > /tmp/game.xml.tmp
- echo "<!--#Dolphin-Emu-->" >> /tmp/game.xml.tmp
- echo " <button>" >> /tmp/game.xml.tmp
- echo " <type>MENU_GAME</type>" >> /tmp/game.xml.tmp
- echo " <text>Dolphin Emulator</text>" >> /tmp/game.xml.tmp
- echo " <action>MENU dolphin-emu.xml</action>" >> /tmp/game.xml.tmp
- echo " </button>" >> /tmp/game.xml.tmp
- echo "<!--#Dolphin-Emu-->" >> /tmp/game.xml.tmp
- echo "" >> /tmp/game.xml.tmp
- echo "</mythmenu>" >> /tmp/game.xml.tmp
- mv /tmp/game.xml.tmp /usr/share/mythtv/themes/defaultmenu/game.xml
+ gen_game_xml.py
}
post_remove() {
- mv /usr/share/mythtv/themes/defaultmenu/game.xml /tmp/game.xml.tmp
- sed -e '/\#Dolphin-Emu/,/\#Dolphin-Emu/d' < /tmp/game.xml.tmp > /usr/share/mythtv/themes/defaultmenu/game.xml
+ gen_game_xml.py
}