More work on debian package

This commit is contained in:
Matthew Bowra-Dean
2010-09-14 19:59:03 +12:00
parent 8452e1bdf0
commit 94becc3ddc
5 changed files with 71 additions and 12 deletions

View File

@@ -24,7 +24,10 @@ post_install() {
install_ra_packages
popd
break;;
n|N) break;;
n|N)
echo "The RA packages will need to be manually extracted from http://open-ra.org/get-dependency.php?file=ra-packages \
to /usr/share/openra/mods/ra/packages before the RA mod will work."
break;;
*) echo "Please enter y or n.";;
esac
done
@@ -38,7 +41,10 @@ post_install() {
install_cnc_packages
popd
break;;
n|N) break;;
n|N)
echo "The C&C packages will need to be manually extracted from http://open-ra.org/get-dependency.php?file=cnc-packages \
to /usr/share/openra/mods/cnc/packages before the C&C mod will work."
break;;
*) echo "Please enter y or n.";;
esac
done