Error after replacing default OpenSSH server to a package with PAM support

Regarding wpad and hostapd packages, I was also a little suspicious about them at first, but after searching this forum for the same error string I found other people’s log showing the same warning (regardless their complaints being not the same as mine).

https://forum.test.turris.cz/t/updater-error-in-hbl-and-obviously-in-hbd-too/12808/10
https://forum.test.turris.cz/t/turris-os-5-0-0-is-released-in-hbt/12733/13

Please look at details about installed wpad and hostapd packages:

Package: wpad
Version: 2019-08-08-ca8c2bd2-5.0
Depends: libc, libnl-tiny, hostapd-common, libubus
Provides: hostapd, wpa-supplicant
Conflicts: hostapd, hostapd-basic, hostapd-mini, hostapd-openssl, hostapd-wolfssl
Status: install user installed
Section: net
Architecture: arm_cortex-a9_vfpv3-d16
Size: 608185
Filename: wpad_2019-08-08-ca8c2bd2-5_arm_cortex-a9_vfpv3-d16.ipk
Description: This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS
Authenticator and Supplicant
Installed-Time: 1592694379

Package: hostapd
Version: 2019-08-08-ca8c2bd2-5.0
Depends: libc, libnl-tiny, hostapd-common, libubus
Status: unknown ok not-installed
Section: net
Architecture: arm_cortex-a9_vfpv3-d16
Size: 379465
Filename: hostapd_2019-08-08-ca8c2bd2-5_arm_cortex-a9_vfpv3-d16.ipk
Description: This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS
Authenticator.

Interestingly it shows that hostapd package is not installed, but when searching for hostapd string in the opkg list-installed output I found that what I have installed instead was hostapd-common package.

Package: hostapd-common
Version: 2019-08-08-ca8c2bd2-5.6
Depends: libc
Status: install user installed
Section: net
Architecture: arm_cortex-a9_vfpv3-d16
Size: 8366
Filename: hostapd-common_2019-08-08-ca8c2bd2-5_arm_cortex-a9_vfpv3-d16.ipk
Description: hostapd/wpa_supplicant common support files
Installed-Time: 1595752254

Should I add same hostapd uninstall config and hostapd-common install at sample.lua file at /etc/updater/conf.d/ directory?