diff options
Diffstat (limited to 'pcr/john/john.install')
-rw-r--r-- | pcr/john/john.install | 9 |
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: |