New comment by mobinmob on void-packages repository https://github.com/void-linux/void-packages/pull/48582#issuecomment-1934724927 Comment: You can add the following to post_install() to fix the file conflicts: ``` mv "${DESTDIR}"/usr/bin/init "${DESTDIR}"/etc/66/init mv "${DESTDIR}"/usr/share/man/man1/start.1 \ "${DESTDIR}"/usr/share/man/man1/66_start.1 mv "${DESTDIR}"/usr/share/man/man1/tree.1 \ "${DESTDIR}"/usr/share/man/man1/66_tree.1 ``` The manpages can be all renamed to `66_$manpage` or `66-$manpage`.