pkg://xbl_1.1.5-1_powerpc.deb:120778/postinst
info downloads
#!/bin/sh -e
# Clean up from pre-FHS days..
if [ -d /var/lib/games/xbl ]; then
mv -f /var/lib/games/xbl/* /var/games/xbl/ 2>/dev/null || true
rmdir -p /var/lib/games/xbl 2>/dev/null || true
fi
# Automatically added by dh_installdocs
if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
install-docs -i /usr/share/doc-base/xblockout
fi
# End automatically added section
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section