Update postinst script debian
parent
1cd48d60ce
commit
863a0ef45c
|
@ -3,3 +3,5 @@ plchat.build
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
plchatwindows.py
|
plchatwindows.py
|
||||||
|
deb/**/*
|
||||||
|
!deb/DEBIAN
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue