chore(main/openssh): ensure that config files are always installed

%ci:no-build
This commit is contained in:
termux-pacman-bot
2024-09-22 12:12:14 +00:00
parent 6b98beb974
commit 9563e79aa4

View File

@@ -69,6 +69,8 @@ termux_step_post_configure() {
# We need to remove this file before installing, since otherwise the
# install leaves it alone which means no updated timestamps.
rm -f $TERMUX_PREFIX/etc/ssh/moduli
rm -f $TERMUX_PREFIX/etc/ssh/ssh_config
rm -f $TERMUX_PREFIX/etc/ssh/sshd_config
}
termux_step_post_make_install() {