mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
7 lines
458 B
Plaintext
7 lines
458 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
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
|