e954d9774a
composing after logging in. This is used for users who log in for the first time and need to set up their preferences prior to getting started. WWW: http://squirrelmail.org/plugin_view.php?id=142
7 lines
501 B
Text
7 lines
501 B
Text
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
|
|
%%SQUIRRELDIR%%/plugins/askuserinfo/README
|
|
%%SQUIRRELDIR%%/plugins/askuserinfo/index.php
|
|
%%SQUIRRELDIR%%/plugins/askuserinfo/setup.php
|
|
%%SQUIRRELDIR%%/plugins/askuserinfo/version
|
|
@dirrm %%SQUIRRELDIR%%/plugins/askuserinfo
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
|