build: uninstall-hook for opensc.conf

This commit is contained in:
Viktor Tarasov 2014-05-11 17:44:05 +02:00
parent d4195e297c
commit 7b1e2e5dd3
1 changed files with 3 additions and 0 deletions

View File

@ -30,3 +30,6 @@ install-exec-hook: opensc.conf
else \
$(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf"; \
fi
uninstall-hook: opensc.conf
rm -f "$(DESTDIR)$(sysconfdir)/opensc.conf.new" "$(DESTDIR)$(sysconfdir)/opensc.conf"