|
|
# I think these are not needed. Can someone verify this? | # I think these are not needed. Can someone verify this? |
# unzip -qo "${CDROM_ROOT}"/Language_data.zip || die "unpacking" | # unzip -qo "${CDROM_ROOT}"/Language_data.zip || die "unpacking" |
# unzip -qo "${CDROM_ROOT}"/Language_update.zip || die "unpacking" | # unzip -qo "${CDROM_ROOT}"/Language_update.zip || die "unpacking" |
unzip -qo "${CDROM_ROOT}"/Data_Linux.zip || die "unpacking" |
unzip -qo "${CDROM_ROOT}"/Data_linux.zip || die "unpacking" |
# We don't give the user the option to install SoU/HotU. While some | # We don't give the user the option to install SoU/HotU. While some |
# people might complain about this, most newer NWN stuff requires | # people might complain about this, most newer NWN stuff requires |
# them both anyway, so it makes no sense not to install them. | # them both anyway, so it makes no sense not to install them. |
unzip -qo "${CDROM_ROOT}"/data/XP1.zip | unzip -qo "${CDROM_ROOT}"/data/XP1.zip |
unzip -qo "${CDROM_ROOT}"/data/XP2.zip | unzip -qo "${CDROM_ROOT}"/data/XP2.zip |
|
unpack nwclient${MY_PV}.tar.gz |
;; | ;; |
platinum_cd) | platinum_cd) |
# This one isn't too bad, either. Luckily, everything is in a ZIP. | # This one isn't too bad, either. Luckily, everything is in a ZIP. |
|
|
unzip -qo "${CDROM_ROOT}"/Language_update.zip || die "unpacking" | unzip -qo "${CDROM_ROOT}"/Language_update.zip || die "unpacking" |
touch .metadata/hou || die "touching hou" | touch .metadata/hou || die "touching hou" |
fi | fi |
|
unpack nwclient${MY_PV}.tar.gz |
;; | ;; |
original_cd) | original_cd) |
# Now, we need to create our directories, since we know we'll end up | # Now, we need to create our directories, since we know we'll end up |