diff options
author | Joerg Seitter <adk@seitter.net> | 2020-05-16 00:48:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-05-17 11:58:00 +0200 |
commit | b9600c647656c4152cf3ca531728675bbcc29a40 (patch) | |
tree | 067b7dcd79e26626712a07549635584dafdf0e88 /package/avahi | |
parent | 20fc02c47fb8b8cbbbfcfe0f03c2d63e188a66e3 (diff) |
avahi: fixed postinst of package and removed unneccesary libintl dependency
Signed-off-by: Joerg Seitter <adk@seitter.net>
Diffstat (limited to 'package/avahi')
-rw-r--r-- | package/avahi/Makefile | 2 | ||||
-rw-r--r-- | package/avahi/files/avahi.postinst (renamed from package/avahi/files/avahi-daemon.postinst) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/Makefile b/package/avahi/Makefile index c9449baea..a5b7cd081 100644 --- a/package/avahi/Makefile +++ b/package/avahi/Makefile @@ -19,7 +19,7 @@ PKG_OPTS:= dev DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SUBPKGS:= AVAHI LIBAVAHI -PKGSS_AVAHI:= libavahi libdaemon libexpat libintl dbus +PKGSS_AVAHI:= libavahi libdaemon libexpat dbus PKGSB_AVAHI:= dbus PKGSS_LIBAVAHI:= dbus PKGSB_LIBAVAHI:= dbus diff --git a/package/avahi/files/avahi-daemon.postinst b/package/avahi/files/avahi.postinst index 8fe8f1e32..8fe8f1e32 100644 --- a/package/avahi/files/avahi-daemon.postinst +++ b/package/avahi/files/avahi.postinst |