summarylogtreecommitdiffstats
path: root/jcryptool.install
diff options
context:
space:
mode:
Diffstat (limited to 'jcryptool.install')
-rw-r--r--jcryptool.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/jcryptool.install b/jcryptool.install
new file mode 100644
index 000000000000..66523d845b98
--- /dev/null
+++ b/jcryptool.install
@@ -0,0 +1,7 @@
+post_install() {
+ ln -s /opt/jcryptool/JCrypTool /usr/bin/jcryptool
+}
+
+post_remove() {
+ rm /usr/bin/jcryptool
+}