summaryrefslogtreecommitdiffstats
path: root/hcid/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-02-08 01:21:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-02-08 01:21:16 +0000
commit9d007935a92f56f6470a9f677afc7fb05f17d0b3 (patch)
treeecf92f9d993ea4a8eaec30293ff093e312d75123 /hcid/Makefile.am
parenta388c640dd22bb07bd899cd32883bc42b16c430a (diff)
Remove usage of /etc/bluetooth/{pin|link_key} files
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r--hcid/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index d9e8ddbe..2f5e2038 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -47,13 +47,3 @@ CLEANFILES = lexer.c parser.c parser.h
EXTRA_DIST = $(man_MANS) $(conf_DATA) dbus.h dbus.c dbus-test bluez-hcid.conf
MAINTAINERCLEANFILES = Makefile.in
-
-pinfile = $(confdir)/pin
-
-install-data-local:
- [ -f $(DESTDIR)$(pinfile) ] || \
- echo "BlueZ" > $(DESTDIR)$(pinfile); \
- chmod 600 $(DESTDIR)$(pinfile)
-
-uninstall-local:
- @rm -f $(DESTDIR)$(pinfile)