e7bdcdfcea
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>
13 lines
774 B
Text
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
|