summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/components/thunderbird/install.sh
blob: 2d17d59ce3dd92c510660796ef932409f6b3cc49 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# This script installs the PBI

DISPLAY=""; export DISPLAY

echo "Installing Thunderbird PBI"
chmod 755 ${COMPTMPDIR}/${CFILE}
${COMPTMPDIR}/${CFILE} -text -accept
OpenPOWER on IntegriCloud