freebsd-ports/mail/squirrelmail-notify-plugin/pkg-plist
2015-08-04 21:05:45 +00:00

9 lines
527 B
Text

@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin notify; fi
%%SQUIRRELDIR%%/plugins/notify/copying
%%SQUIRRELDIR%%/plugins/notify/readme
%%SQUIRRELDIR%%/plugins/notify/notify.wav
%%SQUIRRELDIR%%/plugins/notify/focus.php
%%SQUIRRELDIR%%/plugins/notify/index.php
%%SQUIRRELDIR%%/plugins/notify/notify.php
%%SQUIRRELDIR%%/plugins/notify/setup.php
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin notify; fi