1 2 3 4 5 6 7 8 9 10 11
post_install() { echo ">>> Qtile Example Config at" echo ">>> /usr/share/doc/qtile-git/default_config.py" } post_upgrade() { echo ">>> Qtile Changelog at" echo ">>> /usr/share/doc/qtile-git/CHANGELOG" echo ">>> Qtile Example Config at" echo ">>> /usr/share/doc/qtile-git/default_config.py" }