freebsd-ports/mail/squirrelmail-notify-plugin/pkg-plist
Pav Lucistnik dd5aeb3760 A small browser window is displayed to show the number of unread message
in a users inbox. The page is refreshed at user defined intervals, and will
restore itself from minimized if there are unread messages,
optionally playing a sound file. Requires Javascript on the browser.

WWW: http://www.squirrelmail.org

PR:		ports/93150
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-03-20 20:49:15 +00:00

10 lines
566 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
@dirrm %%SQUIRRELDIR%%/plugins/notify/
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin notify; fi