PKGBUILDs/community/awesome/awesome.install
2009-10-09 21:15:33 -05:00

17 lines
389 B
Text

post_install() {
cat << _EOF
==> awesome installation notes:
----------------------------------------
During some updates of awesome, the config file syntax changes heavily.
This means that your configuration file (~/.config/awesome/rc.lua) for
any other than this particular version of awesome may or may not work.
_EOF
}
post_upgrade() {
post_install
}