blob: 6f207b3c0672e9f8439780e86d7a8bbf120d25d8 (
plain)
1
2
3
4
5
6
7
8
9
10
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
}
|