pkgsrc/www/typo3_62/DEINSTALL
taca 8644f279ba Add typo3_62 package version 6.2.9 (TYPO3 6.2.9).
This is latest TYPO3 LTS release since Mar 2014.  For more detail,
please refer <http://wiki.typo3.org/TYPO3_CMS_6.2>.
2015-02-19 15:21:18 +00:00

15 lines
276 B
Plaintext

# $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