opnsense-ports/mail/squirrelmail-notify-plugin/pkg-plist
Franco Fichtner d991f72c45 */*: sync with upstream
Taken from: FreeBSD
2015-08-05 06:06:58 +02: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