updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / lxdream-hg / lxdream.install
blobaf56449e6f969db9ed7b07c612a61c3ec293ff43
1 # arg 1:  the new package version
2 post_install() {
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"
6   post_update()
7   /bin/true
10 post_update() {
11   [ -f "/usr/bin/update-desktop-database" ] && update-desktop-database -q
12   /bin/true
15 op=$1
16 shift
17 [ "$(type -t "$op")" = "function" ] && $op "$@"
19 # vim:set ts=2 sw=2 et: