neomutt: remove more useless post_install

This commit is contained in:
Toyam Cox 2017-10-17 14:12:09 -04:00
parent 61f91828fe
commit 4667d43284

View File

@ -24,12 +24,8 @@ case "${XBPS_TARGET_MACHINE}" in
esac
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
vsconf contrib/gpg.rc Muttrc.gpg.dist
mv "${DESTDIR}/etc/$pkgname/Muttrc.dist" "${DESTDIR}/usr/share/examples/${pkgname}"
}
# REMARKS: