543f63cc53
- Move toward new SM plugin configuration standard - Bump PORTREVISION PR: 110311 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
10 lines
650 B
Text
10 lines
650 B
Text
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/version
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/README
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/index.php
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/setup.php
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/INSTALL
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/functions.php
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/config.php
|
|
@dirrm %%SQUIRRELDIR%%/plugins/timeout_user
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
|