diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-23 11:53:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-23 11:53:59 +0000 |
commit | 1e313a184c8e8b10ba78c53f4a3e81a73c9e837d (patch) | |
tree | 80ad6c9fb8e8f7845df29db163f3cc770d260f25 /mail/horde-turba/pkg-plist | |
parent | 5c083bf55b22cb5d21a5af1e1284ae671a908eb4 (diff) |
Notes
Diffstat (limited to 'mail/horde-turba/pkg-plist')
-rw-r--r-- | mail/horde-turba/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/horde-turba/pkg-plist b/mail/horde-turba/pkg-plist index a6bddbe43dd4..ed01e81e37ab 100644 --- a/mail/horde-turba/pkg-plist +++ b/mail/horde-turba/pkg-plist @@ -227,3 +227,4 @@ etc/horde/httpd.conf.turba @dirrm %%TURBADIR%%/templates/wml @dirrm %%TURBADIR%%/templates @dirrm %%TURBADIR%% +@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterTurba; then rm -f %D/www/horde/config/registry.php.afterTurba; mv %D/www/horde/config/registry.php.beforeTurba %D/www/horde/config/registry.php; fi |