From 2ad8a8c2414db35fabc416003840ad6d8e83e2e8 Mon Sep 17 00:00:00 2001 From: piotr Date: Fri, 24 Sep 2021 04:01:04 +0200 Subject: [PATCH] kill running instance if any --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c575b63..54b0f05 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ build: go build -o bin/nwg-drawer . install: + killall nwg-drawer || echo mkdir -p /usr/share/nwg-drawer cp -r desktop-directories /usr/share/nwg-drawer cp drawer.css /usr/share/nwg-drawer