Update postinst script debian

develop
knotteye 3 years ago
parent 1cd48d60ce
commit 863a0ef45c
  1. 2
      .gitignore
  2. 2
      deb/DEBIAN/postinst

2
.gitignore vendored

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

@ -4,4 +4,4 @@ cd /usr/lib/plchat
python3 -m venv venv
source venv/bin/activate
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…
Cancel
Save