From 3c2baf3872950ec5b64b06c2f94a9d9807820446 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 23 Sep 2018 15:33:34 -0400 Subject: [PATCH] Correct prerm/postinst scripts --- debian/pvc-router-daemon.postinst | 4 ++-- debian/pvc-router-daemon.prerm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/pvc-router-daemon.postinst b/debian/pvc-router-daemon.postinst index b40df819..2f5dd080 100644 --- a/debian/pvc-router-daemon.postinst +++ b/debian/pvc-router-daemon.postinst @@ -1,6 +1,6 @@ #!/bin/sh # Enable the servive -systemctl enable /lib/systemd/system/pvcnd.service +systemctl enable /lib/systemd/system/pvcrd.service -echo "The PVC network daemon has not been started. Create a config file at /etc/pvc/pvcnd.conf then start it." +echo "The PVC router daemon has not been started. Create a config file at /etc/pvc/pvcrd.conf then start it." diff --git a/debian/pvc-router-daemon.prerm b/debian/pvc-router-daemon.prerm index 3f4fd8cb..14c921a5 100644 --- a/debian/pvc-router-daemon.prerm +++ b/debian/pvc-router-daemon.prerm @@ -1,5 +1,5 @@ #!/bin/sh # Disable the service -systemctl disable pvcnd.service +systemctl disable pvcrd.service