PKGBUILDs/community/awesome/awesome.install

18 lines
389 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}