neomutt: remove more useless post_install
This commit is contained in:
parent
61f91828fe
commit
4667d43284
1 changed files with 0 additions and 4 deletions
|
@ -24,12 +24,8 @@ case "${XBPS_TARGET_MACHINE}" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# provided by mime-types
|
|
||||||
rm "${DESTDIR}"/etc/${pkgname}/mime.*
|
|
||||||
ln -s /etc/mime.types "${DESTDIR}/etc/${pkgname}/mime.types"
|
|
||||||
# move dist to examples dir
|
# move dist to examples dir
|
||||||
vsconf contrib/gpg.rc Muttrc.gpg.dist
|
vsconf contrib/gpg.rc Muttrc.gpg.dist
|
||||||
mv "${DESTDIR}/etc/$pkgname/Muttrc.dist" "${DESTDIR}/usr/share/examples/${pkgname}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# REMARKS:
|
# REMARKS:
|
||||||
|
|
Loading…
Reference in a new issue