Lines 31-36
Link Here
|
31 |
@unexec if cmp -s %D/etc/Muttrc.dist %D/etc/Muttrc; then rm -f %D/etc/Muttrc; fi |
31 |
@unexec if cmp -s %D/etc/Muttrc.dist %D/etc/Muttrc; then rm -f %D/etc/Muttrc; fi |
32 |
etc/Muttrc.dist |
32 |
etc/Muttrc.dist |
33 |
etc/mime.types |
33 |
etc/mime.types |
|
|
34 |
EOF |
35 |
|
36 |
if [ "$MUTT_NLS" = "yes" ]; then |
37 |
cat >> $tmp_first <<EOF |
34 |
share/locale/bg/LC_MESSAGES/mutt.mo |
38 |
share/locale/bg/LC_MESSAGES/mutt.mo |
35 |
share/locale/ca/LC_MESSAGES/mutt.mo |
39 |
share/locale/ca/LC_MESSAGES/mutt.mo |
36 |
share/locale/cs/LC_MESSAGES/mutt.mo |
40 |
share/locale/cs/LC_MESSAGES/mutt.mo |
Lines 59-64
Link Here
|
59 |
share/locale/zh_CN/LC_MESSAGES/mutt.mo |
63 |
share/locale/zh_CN/LC_MESSAGES/mutt.mo |
60 |
share/locale/zh_TW/LC_MESSAGES/mutt.mo |
64 |
share/locale/zh_TW/LC_MESSAGES/mutt.mo |
61 |
EOF |
65 |
EOF |
|
|
66 |
fi |
62 |
|
67 |
|
63 |
if [ "$MUTT_PORTDOCS" = "yes" ]; then |
68 |
if [ "$MUTT_PORTDOCS" = "yes" ]; then |
64 |
cat >> $tmp_first <<EOF |
69 |
cat >> $tmp_first <<EOF |