From 44dd3537501540b967bb368c16279242c4bb5f14 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 21 Jul 2004 15:40:55 +0000 Subject: Uninstall local files --- pcmcia/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pcmcia') 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 -- cgit