From 44af8caf7a308504cf86e54a44e36b8e4326e09e Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 30 Jul 2020 10:16:13 -0400 Subject: Initial commit --- DEBIAN/postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 DEBIAN/postinst (limited to 'DEBIAN/postinst') diff --git a/DEBIAN/postinst b/DEBIAN/postinst new file mode 100755 index 0000000..a53caf7 --- /dev/null +++ b/DEBIAN/postinst @@ -0,0 +1,4 @@ +#!/bin/sh + +version="version" +ln -sf "/opt/JetBrains.pycharm-$version/bin/pycharm.sh" "/usr/bin/pycharm" -- cgit v1.2.3