diff options
author | Chris Redden | 2015-06-16 10:50:51 -0400 |
---|---|---|
committer | Chris Redden | 2015-06-16 10:50:51 -0400 |
commit | 488ca9a06e7c300f63cb82d6ae4e19c12f09d8b6 (patch) | |
tree | edc0dce8fa95ed7a139415d917467b6da7f9f303 /pam_abl.install | |
download | aur-488ca9a06e7c300f63cb82d6ae4e19c12f09d8b6.tar.gz |
Initial import
Diffstat (limited to 'pam_abl.install')
-rw-r--r-- | pam_abl.install | 11 |
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 +} |