freebsd-ports/mail/squirrelmail-pupdate-plugin/pkg-plist

21 lines
1.1 KiB
Text
Raw Normal View History

@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
%%SQUIRRELDIR%%/plugins/pupdate/docs/index.php
%%SQUIRRELDIR%%/plugins/pupdate/docs/INSTALL
%%SQUIRRELDIR%%/plugins/pupdate/docs/README
%%SQUIRRELDIR%%/plugins/pupdate/udata/core.dat
%%SQUIRRELDIR%%/plugins/pupdate/udata/defaultdirs.dat
%%SQUIRRELDIR%%/plugins/pupdate/udata/pluginlist.dat
%%SQUIRRELDIR%%/plugins/pupdate/udata/index.php
%%SQUIRRELDIR%%/plugins/pupdate/udata/pluginlist2.dat
%%SQUIRRELDIR%%/plugins/pupdate/udata/defaultdirs2.dat
%%SQUIRRELDIR%%/plugins/pupdate/update.php
%%SQUIRRELDIR%%/plugins/pupdate/version
%%SQUIRRELDIR%%/plugins/pupdate/optblock.php
%%SQUIRRELDIR%%/plugins/pupdate/index.php
%%SQUIRRELDIR%%/plugins/pupdate/config.php.sample
%%SQUIRRELDIR%%/plugins/pupdate/setup.php
@dirrm %%SQUIRRELDIR%%/plugins/pupdate/docs
@dirrm %%SQUIRRELDIR%%/plugins/pupdate/udata
@dirrm %%SQUIRRELDIR%%/plugins/pupdate
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi