diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-02-17 17:39:54 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-02-17 17:39:54 +0000 |
commit | 7734329b02aad47f98ffeec182fec2aefe6b60ca (patch) | |
tree | e6b673c3f262eca72c9beef8eb44637fea196d6a /mail/squirrelmail-mark_read-plugin/pkg-plist | |
parent | 8d44c01834a8e3e83280b97b58b2de1461b67905 (diff) |
Notes
Diffstat (limited to 'mail/squirrelmail-mark_read-plugin/pkg-plist')
-rw-r--r-- | mail/squirrelmail-mark_read-plugin/pkg-plist | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/squirrelmail-mark_read-plugin/pkg-plist b/mail/squirrelmail-mark_read-plugin/pkg-plist new file mode 100644 index 000000000000..00bc20b33750 --- /dev/null +++ b/mail/squirrelmail-mark_read-plugin/pkg-plist @@ -0,0 +1,15 @@ +@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/COPYING +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/INSTALL +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/README +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.sample.php +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/functions.php +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/getpot +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/index.php +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/make_release.sh +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/mark_read.php +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/mark_read.pot +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/setup.php +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/version +@dirrm %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%% +@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi |