freebsd-ports/mail/squirrelmail-notes-plugin/pkg-plist
Pav Lucistnik b678a81e59 Allows you to create notes, for easy reminders or
quick saving of information for future use.

WWW: http://www.squirrelmail.org

PR:		ports/93149
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-03-20 20:46:47 +00:00

21 lines
1 KiB
Text

@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin notes; fi
%%SQUIRRELDIR%%/plugins/notes/images/X.gif
%%SQUIRRELDIR%%/plugins/notes/images/_.gif
%%SQUIRRELDIR%%/plugins/notes/images/max.gif
%%SQUIRRELDIR%%/plugins/notes/images/index.php
%%SQUIRRELDIR%%/plugins/notes/locale/create_po.php
%%SQUIRRELDIR%%/plugins/notes/locale/index.php
%%SQUIRRELDIR%%/plugins/notes/locale/notes.po
%%SQUIRRELDIR%%/plugins/notes/LICENSE
%%SQUIRRELDIR%%/plugins/notes/README
%%SQUIRRELDIR%%/plugins/notes/config.php.sample
%%SQUIRRELDIR%%/plugins/notes/functions.php
%%SQUIRRELDIR%%/plugins/notes/index.php
%%SQUIRRELDIR%%/plugins/notes/notes.class.php
%%SQUIRRELDIR%%/plugins/notes/notes.php
%%SQUIRRELDIR%%/plugins/notes/setup.php
%%SQUIRRELDIR%%/plugins/notes/version
@dirrm %%SQUIRRELDIR%%/plugins/notes/images/
@dirrm %%SQUIRRELDIR%%/plugins/notes/locale/
@dirrm %%SQUIRRELDIR%%/plugins/notes/
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin notes; fi