mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
avahi: remove avahi-dnsconfd support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7beaacfeff
commit
3633392d9c
@ -92,6 +92,8 @@ post_makeinstall_target() {
|
|||||||
if [ ! $SFTP_SERVER = "yes" ]; then
|
if [ ! $SFTP_SERVER = "yes" ]; then
|
||||||
rm -rf $INSTALL/etc/avahi/services/sftp-ssh.service
|
rm -rf $INSTALL/etc/avahi/services/sftp-ssh.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm -rf $INSTALL/usr/sbin/avahi-dnsconfd
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
@ -103,5 +105,4 @@ post_install() {
|
|||||||
|
|
||||||
enable_service avahi-daemon.service
|
enable_service avahi-daemon.service
|
||||||
enable_service avahi-daemon.socket
|
enable_service avahi-daemon.socket
|
||||||
enable_service avahi-dnsconfd.service
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user