diff options
Diffstat (limited to 'abs/extra/xbmc/xbmc_lib.conf')
-rw-r--r-- | abs/extra/xbmc/xbmc_lib.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/extra/xbmc/xbmc_lib.conf b/abs/extra/xbmc/xbmc_lib.conf new file mode 100644 index 0000000..df88abb --- /dev/null +++ b/abs/extra/xbmc/xbmc_lib.conf @@ -0,0 +1,8 @@ +<!--#XBMC--> + <button> + <type>MENU_XBMC</type> + <text>Launch XBMC</text> + <action>EXEC /usr/bin/xbmc</action> + </button> +<!--#XBMC--> + |