From 3e69113a6ec7095f1246acc6c68080293c4178a7 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sun, 15 Apr 2012 22:07:40 +0400 Subject: [PATCH] Remove systemd config files on make uninstall. Fixes #69 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d84b41f..04b92ca 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ install: uninstall: rm -f ${DESTDIR}/etc/X11/xorg.conf.*.snail rm -f ${DESTDIR}/etc/init.d/snail* + rm -f ${DESTDIR}/etc/systemd/system/snail* rm -f ${DESTDIR}/${PREFIX}/lib64/libdlfaker.so rm -f ${DESTDIR}/${PREFIX}/lib64/libgefaker.so rm -f ${DESTDIR}/${PREFIX}/lib64/librrfaker.so