freebsd-ports/mail/squirrelmail-tmda-plugin/pkg-plist

19 lines
956 B
Text
Raw Normal View History

@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
@dirrm %%SQUIRRELDIR%%/%%TMDATOOLDIR%%
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin tmdatools; fi