Update postinst script debian

develop
knotteye 2021-04-24 15:26:40 -05:00
parent 1cd48d60ce
commit 863a0ef45c
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ plchat.build
dist dist
build build
plchatwindows.py plchatwindows.py
deb/**/*
!deb/DEBIAN

View File

@ -4,4 +4,4 @@ cd /usr/lib/plchat
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate
pip3 install PyQt5==5.15.4 PyQt5-Qt5 PyQt5-sip certifi cryptography pip3 install PyQt5==5.15.4 PyQt5-Qt5 PyQt5-sip certifi cryptography
ln -sf /usr/lib/plchat/dist/plchat /usr/bin/plchat ln -sf /usr/lib/plchat/plchat /usr/bin/plchat