neomutt: remove more useless post_install
This commit is contained in:
parent
61f91828fe
commit
4667d43284
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue