freebsd-ports/mail/squirrelmail-newuser_wiz-plugin/pkg-plist
Pav Lucistnik e7bdcdfcea User is forced to enter Full Name and Email Address prior to reading
or composing after logging in. This is used for users who log in
for the first time and need to set up their prefs prior to getting
started.

WWW:    http://www.squirrelmail.org/plugin_view.php?id=181

PR:		ports/99213
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-06-26 16:35:16 +00:00

13 lines
774 B
Text

@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin newuser_wiz; fi
%%SQUIRRELDIR%%/plugins/newuser_wiz/functions.php
%%SQUIRRELDIR%%/plugins/newuser_wiz/setup.php
%%SQUIRRELDIR%%/plugins/newuser_wiz/README
%%SQUIRRELDIR%%/plugins/newuser_wiz/version
%%SQUIRRELDIR%%/plugins/newuser_wiz/index.php
%%SQUIRRELDIR%%/plugins/newuser_wiz/INSTALL
%%SQUIRRELDIR%%/plugins/newuser_wiz/xgetpot
%%SQUIRRELDIR%%/plugins/newuser_wiz/wiz_submit.php
%%SQUIRRELDIR%%/plugins/newuser_wiz/newuser_wiz_sample.po
%%SQUIRRELDIR%%/plugins/newuser_wiz/newuser_wiz.pot
@dirrm %%SQUIRRELDIR%%/plugins/newuser_wiz
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin newuser_wiz; fi