Remove systemd config files on make uninstall. Fixes #69
This commit is contained in:
parent
f558f4c808
commit
3e69113a6e
1
Makefile
1
Makefile
|
@ -21,6 +21,7 @@ install:
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f ${DESTDIR}/etc/X11/xorg.conf.*.snail
|
rm -f ${DESTDIR}/etc/X11/xorg.conf.*.snail
|
||||||
rm -f ${DESTDIR}/etc/init.d/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/libdlfaker.so
|
||||||
rm -f ${DESTDIR}/${PREFIX}/lib64/libgefaker.so
|
rm -f ${DESTDIR}/${PREFIX}/lib64/libgefaker.so
|
||||||
rm -f ${DESTDIR}/${PREFIX}/lib64/librrfaker.so
|
rm -f ${DESTDIR}/${PREFIX}/lib64/librrfaker.so
|
||||||
|
|
Loading…
Reference in New Issue