summaryrefslogtreecommitdiffstats
path: root/pcmcia
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-21 15:40:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-21 15:40:55 +0000
commit44dd3537501540b967bb368c16279242c4bb5f14 (patch)
tree60a9c6a7236e68455ff0a79482dba5d25b882d25 /pcmcia
parent4a754e79fdb1c5f428e47569c0b1efda9a653ff6 (diff)
Uninstall local files
Diffstat (limited to 'pcmcia')
-rw-r--r--pcmcia/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/pcmcia/Makefile.am b/pcmcia/Makefile.am
index 02999616..f46cdf04 100644
--- a/pcmcia/Makefile.am
+++ b/pcmcia/Makefile.am
@@ -14,3 +14,7 @@ install-data-local:
$(INSTALL_DATA) $(srcdir)/bluetooth $(DESTDIR)$(pcmciadir)
[ -f $(DESTDIR)$(pcmciadir)/bluetooth.conf ] || \
$(INSTALL_DATA) $(srcdir)/bluetooth.conf $(DESTDIR)$(pcmciadir)
+
+uninstall-local:
+ @rm -f $(DESTDIR)$(pcmciadir)/bluetooth
+ @rm -f $(DESTDIR)$(pcmciadir)/bluetooth.conf