From 8808cdea72d48a50b2169731c5c2a13cc00de57b Mon Sep 17 00:00:00 2001 From: David P Date: Tue, 12 Sep 2017 22:35:07 -0300 Subject: Added john for ARMv7h Why it isn't in ALARM?? --- pcr/john/john.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pcr/john/john.install (limited to 'pcr/john/john.install') diff --git a/pcr/john/john.install b/pcr/john/john.install new file mode 100644 index 000000000..57ff8fcd7 --- /dev/null +++ b/pcr/john/john.install @@ -0,0 +1,9 @@ +post_install() { + touch /etc/john/john.local.conf 2> /dev/null +} + +post_upgrade() { + post_install $1 +} + +# vim: ts=2 sw=2 et: -- cgit v1.2.3