summarylogtreecommitdiffstats
path: root/pam_abl.install
diff options
context:
space:
mode:
Diffstat (limited to 'pam_abl.install')
-rw-r--r--pam_abl.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pam_abl.install b/pam_abl.install
new file mode 100644
index 000000000000..6f207b3c0672
--- /dev/null
+++ b/pam_abl.install
@@ -0,0 +1,11 @@
+post_upgrade() {
+ echo Warning: the database format has changed with version 0.5.0.
+ echo The database files must be manually deleted and recreated if
+ echo you are upgrading from an earlier version.
+}
+
+post_install() {
+ echo This package requires non-trivial configuration. See the
+ echo Arch Wiki for details:
+ echo https://wiki.archlinux.org/index.php/Pam_abl
+}