mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
91a788ee18
PR: ports/123294 Submitted by: Gerrit Beine <gerrit.beine gmx.de> (maintainer)
13 lines
732 B
Plaintext
13 lines
732 B
Plaintext
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin email_footer; fi
|
|
%%SQUIRRELDIR%%/plugins/email_footer/COPYING
|
|
%%SQUIRRELDIR%%/plugins/email_footer/INSTALL
|
|
%%SQUIRRELDIR%%/plugins/email_footer/README
|
|
%%SQUIRRELDIR%%/plugins/email_footer/config.sample.php
|
|
%%SQUIRRELDIR%%/plugins/email_footer/functions.php
|
|
%%SQUIRRELDIR%%/plugins/email_footer/index.php
|
|
%%SQUIRRELDIR%%/plugins/email_footer/make_release.sh
|
|
%%SQUIRRELDIR%%/plugins/email_footer/setup.php
|
|
%%SQUIRRELDIR%%/plugins/email_footer/version
|
|
@dirrm %%SQUIRRELDIR%%/plugins/email_footer/
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin email_footer; fi
|