mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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
8 lines
501 B
Plaintext
8 lines
501 B
Plaintext
@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
|