diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-27 15:33:07 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-27 15:33:07 +0000 |
commit | da399ca8a67bf847419f79e89c1202d26819c5a2 (patch) | |
tree | 3808bfa48fa7aeae189c35f18944aa1ec567f510 /news | |
parent | 8b2b4ff5c059fbce8a410e281e6126a7fcbc295e (diff) | |
download | ports-da399ca8a67bf847419f79e89c1202d26819c5a2.tar.gz ports-da399ca8a67bf847419f79e89c1202d26819c5a2.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/tin/pkg-plist b/news/tin/pkg-plist index 80b7a2927f1c..201cdea9e4b0 100644 --- a/news/tin/pkg-plist +++ b/news/tin/pkg-plist @@ -1,6 +1,8 @@ bin/tin @exec ln -fs %f %B/rtin @unexec rm -f %B/rtin +@unexec if cmp -s %D/etc/tin.defaults %D/etc/tin.defaults.dist; then rm -f %D/etc/tin.defaults; fi etc/tin.defaults.dist +@exec [ -f %B/tin.defaults ] || cp %B/%f %B/tin.defaults share/locale/de/LC_MESSAGES/tin.mo share/locale/et/LC_MESSAGES/tin.mo |