summarylogtreecommitdiffstats
path: root/jcryptool.install
diff options
context:
space:
mode:
authorEli Schwartz2017-11-28 20:36:02 -0500
committerEli Schwartz2017-11-28 20:36:02 -0500
commite7247823658e9d90236729cf030a78c65ca9508f (patch)
treefeef57667c5106829f77ddacc1bcee50da286bc6 /jcryptool.install
parenta7e72c3371f296f5e31c6232245409de9da0b180 (diff)
downloadaur-e7247823658e9d90236729cf030a78c65ca9508f.tar.gz
upgpkg: jcryptool 0.9.9-3
Completely rewrite to fix numerous PKGBUILD violations. - using weekly nonchecksummed devel snapshots as sources - install script used to create symlink in "$pkgdir"/usr/bin - architecture-independent variables are a thing and should be used - nothing anywhere uses python - unquoted "$srcdir" and "$pkgdir" - missing HTTPS - provide upstream icons in multiple sizes - do not depend on jdk when only jre is needed
Diffstat (limited to 'jcryptool.install')
-rw-r--r--jcryptool.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/jcryptool.install b/jcryptool.install
deleted file mode 100644
index 66523d845b98..000000000000
--- a/jcryptool.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- ln -s /opt/jcryptool/JCrypTool /usr/bin/jcryptool
-}
-
-post_remove() {
- rm /usr/bin/jcryptool
-}