1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/mail/squirrelmail-quota_usage-plugin/pkg-plist
Dmitry Marakasov 4725dd4a5e - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-08-04 19:20:44 +00:00

18 lines
1013 B
Plaintext

@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin quota_usage; fi
%%SQUIRRELDIR%%/plugins/quota_usage/locale/it_IT/LC_MESSAGES/quota_usage.mo
%%SQUIRRELDIR%%/plugins/quota_usage/locale/it_IT/LC_MESSAGES/quota_usage.po
%%SQUIRRELDIR%%/plugins/quota_usage/locale/quota_usage.pot
%%SQUIRRELDIR%%/plugins/quota_usage/COPYING
%%SQUIRRELDIR%%/plugins/quota_usage/FAQ
%%SQUIRRELDIR%%/plugins/quota_usage/INSTALL
%%SQUIRRELDIR%%/plugins/quota_usage/README
%%SQUIRRELDIR%%/plugins/quota_usage/getpot
%%SQUIRRELDIR%%/plugins/quota_usage/bar.php
%%SQUIRRELDIR%%/plugins/quota_usage/config.php.sample
%%SQUIRRELDIR%%/plugins/quota_usage/functions.php
%%SQUIRRELDIR%%/plugins/quota_usage/index.php
%%SQUIRRELDIR%%/plugins/quota_usage/setup.php
%%SQUIRRELDIR%%/plugins/quota_usage/screenshot.jpg
%%SQUIRRELDIR%%/plugins/quota_usage/version
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin quota_usage; fi