1 # arg 1: the new package version
3 echo "To be able to use lxdream you will need a copy of the Dreamcast BIOS.
4 A guide to dump the BIOS is available at the following URL:
5 http://forums.ngemu.com/misc-dreamcast-discussion/51969-how-dump-your-own-dc-bios-flash.html"
11 [ -f "/usr/bin/update-desktop-database" ] && update-desktop-database -q
17 [ "$(type -t "$op")" = "function" ] && $op "$@"
19 # vim:set ts=2 sw=2 et: