mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
6ddb2e1cf1
Sponsored by: Absolight
18 lines
917 B
Plaintext
18 lines
917 B
Plaintext
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin tmdatools; fi
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/COPYING
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/INSTALL
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/README
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/address.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/editfile.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/index.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/paginator.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/pending.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/setup.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/tmdatools.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/tmdatools_config.php.sample
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/tmdatools_findhome.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/tools.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/version
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/viewer.php
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin tmdatools; fi
|