1d8272c24b
Release announce: http://www.typolight.org/news/items/typolight-2_8_RC1.html Changelog: http://www.typolight.org/changelog.html Ticket System: http://dev.typolight.org/versions/show/9
11 lines
233 B
Text
11 lines
233 B
Text
#!@SH@
|
|
#
|
|
# $NetBSD: DEINSTALL,v 1.1.1.1 2009/12/02 16:07:54 taca Exp $
|
|
|
|
TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
|
|
TL_DATA="music_academy.css tl_files/music_academy"
|
|
|
|
case "${STAGE}" in
|
|
DEINSTALL)
|
|
cd ${TL_WEBDIR} && ${RM} -rf ${TL_DATA}
|
|
esac
|