From 5c5942f7c2ab059403a6e3a748291cbbd947e44d Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 6 Aug 2020 12:14:18 +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..a4c233e --- /dev/null +++ b/DEBIAN/postinst @@ -0,0 +1,4 @@ +#!/bin/sh + +version="version" +ln -sf "/opt/JetBrains.idea-$version/bin/idea.sh" "/usr/bin/idea" -- cgit v1.2.3