From 730213308af21a2ee466ed0f652041993f62f45b Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Mon, 20 Apr 2015 21:46:30 +0200 Subject: [PATCH] Source dist Makefile. --- contrib/release_Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 contrib/release_Makefile diff --git a/contrib/release_Makefile b/contrib/release_Makefile new file mode 100644 index 0000000..738c508 --- /dev/null +++ b/contrib/release_Makefile @@ -0,0 +1,5 @@ +install: + cp src/scriptform.py /usr/bin/scriptform + +uninstall: + rm /etc/init.d/scriptform