blob: f25ec52e1179a815701c605ee2eb6303d5dff262 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Makefile.am b/Makefile.am
index ce1f0ba..9b32c2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,3 @@ endif
if USE_DNS_SD
shairport_sync_SOURCES += mdns_dns_sd.c
endif
-
-install-exec-hook:
- [ -f /etc/init.d/shairport-sync ] || cp scripts/shairport-sync /etc/init.d/
- update-rc.d shairport-sync defaults 90 10
|