6ddb2e1cf1
Sponsored by: Absolight
17 lines
917 B
Text
17 lines
917 B
Text
@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
|