diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-05-27 23:33:07 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-05-27 23:33:07 +0800 |
commit | 5698480ade14b71bed5df2bb6607b07c75e0157f (patch) | |
tree | 665cc799d7ab94d4334cfaefc29befde79f4e97d /news/tin | |
parent | d418c2368af86b9a07b855c2fa061e11f81ff389 (diff) | |
download | freebsd-ports-gnome-5698480ade14b71bed5df2bb6607b07c75e0157f.tar.gz freebsd-ports-gnome-5698480ade14b71bed5df2bb6607b07c75e0157f.tar.zst freebsd-ports-gnome-5698480ade14b71bed5df2bb6607b07c75e0157f.zip |
Add management of etc/tin.defaults to pkg-plist.
Diffstat (limited to 'news/tin')
-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 |