summaryrefslogtreecommitdiff
path: root/pcr/john/john.install
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-09-12 22:35:07 -0300
committerDavid P <megver83@parabola.nu>2017-09-12 22:35:07 -0300
commit8808cdea72d48a50b2169731c5c2a13cc00de57b (patch)
treef18f659523b4b3a0ff487105c9b2c2bb98c48b3a /pcr/john/john.install
parent1528cfffb7ddaf4b2ff74b481fdd86a9415cb933 (diff)
downloadabslibre-8808cdea72d48a50b2169731c5c2a13cc00de57b.tar.gz
abslibre-8808cdea72d48a50b2169731c5c2a13cc00de57b.tar.bz2
abslibre-8808cdea72d48a50b2169731c5c2a13cc00de57b.zip
Added john for ARMv7h
Why it isn't in ALARM??
Diffstat (limited to 'pcr/john/john.install')
-rw-r--r--pcr/john/john.install9
1 files changed, 9 insertions, 0 deletions
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: