Lines 123-125
sbin/applygnupgdefaults
Link Here
|
123 |
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gnupg2.mo |
123 |
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gnupg2.mo |
124 |
@postexec [ -e %D/bin/gpg ] || ln -sf gpg2 %D/bin/gpg |
124 |
@postexec [ -e %D/bin/gpg ] || ln -sf gpg2 %D/bin/gpg |
125 |
@postunexec [ -e %D/bin/gpg ] || rm -f %D/bin/gpg |
125 |
@postunexec [ -e %D/bin/gpg ] || rm -f %D/bin/gpg |
126 |
- |
126 |
@postexec [ -e %D/man/man1/gpg.1.gz] || ln -sf gpg2.1.gz %D/man/man1/gpg.1.gz |
|
|
127 |
@postunexec [ -e %D/man/man1/gpg.1.gz ] || rm -f %D/man/man1/gpg.1.gz |