mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
18 lines
342 B
Bash
18 lines
342 B
Bash
#!/bin/sh
|
|
|
|
# Tarball uninstall sh script for DTC
|
|
# Written by Thomas GOIRAND <thomas@goirand.fr>
|
|
# under LGPL Licence
|
|
|
|
UNIX_TYPE=freebsd
|
|
|
|
PREFIX=%%PREFIX%%
|
|
LOCALBASE=%%LOCALBASE%%
|
|
QMAIL_DIR=%%QMAIL_DIR%%
|
|
|
|
. ${LOCALBASE}/www/dtc/admin/install/bsd_config
|
|
. ${LOCALBASE}/www/dtc/admin/install/functions
|
|
|
|
DTCsearchConfigFiles
|
|
DTCuninstallPackage
|