Align naming of Debian packages

Rename pvc-daemon to pvc-daemon-node and pvc-api to pvc-daemon-api.

Closes #79
This commit is contained in:
2020-02-08 18:58:36 -05:00
parent 4505b239eb
commit 97e318a2ca
8 changed files with 2 additions and 2 deletions

5
debian/pvc-daemon-node.prerm vendored Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# Disable the services
systemctl disable pvcd.service
systemctl disable pvcd.target