8644f279ba
This is latest TYPO3 LTS release since Mar 2014. For more detail, please refer <http://wiki.typo3.org/TYPO3_CMS_6.2>.
14 lines
276 B
Text
14 lines
276 B
Text
# $NetBSD: DEINSTALL,v 1.1 2015/02/19 15:21:18 taca Exp $
|
|
|
|
#TYPOTEMP="${PREFIX}/@TYPO3DIR@/@SITEDIR@/typo3temp"
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
cd "${PREFIX}/@TYPO3DIR@/@SITEDIR@" && (
|
|
${RM} -f index.php typo3 typo3_src
|
|
)
|
|
;;
|
|
POST-DEINSTALL)
|
|
# ${RM} -fr ${TYPOTEMP}
|
|
;;
|
|
esac
|