aec2a73efd
* 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
9 lines
177 B
Text
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
|