Clean up Debian control and add API package

This commit is contained in:
2019-07-05 22:22:28 -04:00
parent 2ce08b6369
commit 0a96e26bc6
4 changed files with 23 additions and 4 deletions

4
debian/pvc-client-api.postinst vendored Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# Install client binary to /usr/bin via symlink
ln -s /usr/share/pvc/api.py /usr/bin/pvc-api