pkgsrc/www/contao44/DEINSTALL
taca bb088dc57a Add contao44 package version 4.4.0.
Contao 4.4 is fourth minor release of Contao 4 and it is LTS (Long Term
Support) release until June 2021.

Additionally, these new features from 4.3.

* Improved backend theme
* Improved element preview
* Detect version conflicts
* Improved handling of image meta data
* Details view contains path addition to their UUIDs
* Honeypot anti-spam
* Allowed member groups
* Import options for some form fields
* DCA picker
* Filter pages and articles
* Search files
* Contao Manager support
2017-06-18 16:12:54 +00:00

12 lines
272 B
Text

# $NetBSD: DEINSTALL,v 1.1 2017/06/18 16:12:54 taca Exp $
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
case ${STAGE} in
DEINSTALL)
# remove symbolic links and caches.
rm -f ${CT_WEBDIR}/system/logs
rm -f ${CT_WEBDIR}/system/thems/flexible
rm -fr ${CT_WEBDIR}/var/cache
;;
esac