fixed compsrv package

This commit is contained in:
Joel Klimont 2022-10-04 20:40:05 +02:00
parent 2dc55fe8e2
commit 222d274ea7
2 changed files with 3 additions and 4 deletions

View file

@ -11,7 +11,7 @@ fpm \
--name compsrv \
--version 1.0.0-0 \
--architecture all \
./build/compsrv=/usr/bin/compsrv
./test_bin/compsrv=/usr/bin/compsrv
# dpkg-deb -xv compsrv-1.0.0-0-any.deb test_bin
# sudo rm -rf test_bin/usr test_bin/lib
# MUST BE RUN IN BASH, zsh has 'ar' as an alias to 'apt'
# ar -xv compsrv-1.0.0-0-any.deb

View file

@ -1,3 +1,2 @@
#!/bin/sh
service compsrv restart
systemctl enable compsrv