update aw

This commit is contained in:
arcan1s
2014-09-09 00:40:46 +04:00
parent 6fd8e0c718
commit c6d94e759a
3 changed files with 24 additions and 30 deletions

View File

@ -0,0 +1,15 @@
post_install() {
kbuildsycoca4 > /dev/null 2>&1
cat << __EOF
To migrate to version 2.* and newer see this article:
http://arcanis.name/en/2014/09/04/migration-to-v2/
__EOF
}
post_upgrade() {
post_install "$1"
}
post_remove() {
post_install "$1"
}