From 863a0ef45cd6bfbbdc514ef42d475ba20b865c55 Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 24 Apr 2021 15:26:40 -0500 Subject: [PATCH] Update postinst script debian --- .gitignore | 2 ++ deb/DEBIAN/postinst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ae8589..7432bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ plchat.build dist build plchatwindows.py +deb/**/* +!deb/DEBIAN \ No newline at end of file diff --git a/deb/DEBIAN/postinst b/deb/DEBIAN/postinst index 99eee81..c8bccb0 100755 --- a/deb/DEBIAN/postinst +++ b/deb/DEBIAN/postinst @@ -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