From da5ad1b67290c34b89ce946b01b2cd4972a8b536 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 17 Aug 2020 19:42:19 -0400 Subject: Initial commit --- DEBIAN/control | 7 +++++++ DEBIAN/postinst | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 DEBIAN/control create mode 100755 DEBIAN/postinst (limited to 'DEBIAN') diff --git a/DEBIAN/control b/DEBIAN/control new file mode 100644 index 0000000..06b4931 --- /dev/null +++ b/DEBIAN/control @@ -0,0 +1,7 @@ +Package: clion +Version: version +Provides: clion +Maintainer: Andrew Guschin +Architecture: all +Section: misc +Description: JetBrains CLion IDE. diff --git a/DEBIAN/postinst b/DEBIAN/postinst new file mode 100755 index 0000000..f48c91e --- /dev/null +++ b/DEBIAN/postinst @@ -0,0 +1,4 @@ +#!/bin/sh + +version="version" +ln -sf "/opt/JetBrains.clion-$version/bin/clion.sh" "/usr/bin/clion" -- cgit v1.2.3