2006-03-20 21:40:20 +01:00
|
|
|
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin email_footer; fi
|
2008-05-05 01:02:33 +02:00
|
|
|
%%SQUIRRELDIR%%/plugins/email_footer/COPYING
|
2006-03-20 21:40:20 +01:00
|
|
|
%%SQUIRRELDIR%%/plugins/email_footer/INSTALL
|
|
|
|
%%SQUIRRELDIR%%/plugins/email_footer/README
|
2008-05-05 01:02:33 +02:00
|
|
|
%%SQUIRRELDIR%%/plugins/email_footer/config.sample.php
|
2006-03-20 21:40:20 +01:00
|
|
|
%%SQUIRRELDIR%%/plugins/email_footer/functions.php
|
|
|
|
%%SQUIRRELDIR%%/plugins/email_footer/index.php
|
2008-05-05 01:02:33 +02:00
|
|
|
%%SQUIRRELDIR%%/plugins/email_footer/make_release.sh
|
2006-03-20 21:40:20 +01:00
|
|
|
%%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
|