summaryrefslogtreecommitdiff
path: root/www/typo3/DEINSTALL
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-09-15 18:13:29 +0000
committertaca <taca@pkgsrc.org>2008-09-15 18:13:29 +0000
commit1f0b855a2f7208c57fd7618fbadc679ad7f24274 (patch)
tree364d95525d79cdb24beebc6f4f9899049c72f301 /www/typo3/DEINSTALL
parent2a39e597587369d5e15eb8134d42c6ad2cfe086e (diff)
downloadpkgsrc-1f0b855a2f7208c57fd7618fbadc679ad7f24274.tar.gz
Importing typo3 4.2.1 package.
TYPO3 is a free Open Source content management system for enterprise purposes on the web and in intranets. It offers full flexibility and extendability while featuring an accomplished set of ready-made interfaces, functions and modules.
Diffstat (limited to 'www/typo3/DEINSTALL')
-rw-r--r--www/typo3/DEINSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/typo3/DEINSTALL b/www/typo3/DEINSTALL
new file mode 100644
index 00000000000..c1fcbc3d8a0
--- /dev/null
+++ b/www/typo3/DEINSTALL
@@ -0,0 +1,15 @@
+# $NetBSD: DEINSTALL,v 1.1.1.1 2008/09/15 18:13:38 taca Exp $
+
+DIR="@PREFIX@/@TYPO3DIR@/@SITEDIR@"
+TYPO3DIRS="uploads/tf uploads/pics uploads/media uploads typo3temp \
+ typo3conf/l10n typo3conf/ext typo3conf \
+ fileadmin/user_upload/_temp_ fileadmin/user_upload fileadmin/_temp_ \
+ fileadmin ${DIR}"
+
+case ${STAGE} in
+DEINSTALL)
+ for d in ${TYPO3DIRS}; do
+ ${RMDIR} $d 2>/dev/null
+ done
+ ;;
+esac