pkgsrc/www/typo3_61/DEINSTALL
taca aec2a73efd Add typo3_61 version (TYPO3 6.1.5).
* Improving the File Abstraction Layer
* UI Improvements for the Extension Manager
* Use for PHP mysqli instead of "mysql" module
* Further Changes:
  - Removed extension statictemplates
  - Improved TCA load mechanism
  - Install Tool: Environment Checks
  - Extbase: The rewritten property mapper is now the default mapper
  - Fluid: Allow Fluid arrays only in ViewHelper arguments
  - Extbase: Object persistence behaviour changed from implicit to explicit
    save
2013-09-13 11:53:05 +00:00

9 lines
177 B
Text

# $NetBSD: DEINSTALL,v 1.1 2013/09/13 11:53:05 taca Exp $
TYPOTEMP="${PREFIX}/@TYPO3DIR@/@SITEDIR@/typo3temp"
case ${STAGE} in
POST-DEINSTALL)
${RM} -fr ${TYPOTEMP}
;;
esac