mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
17 lines
389 B
Text
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
|
|
}
|