blob: 4374d5b847efe96cef502653370caef5d13382bf (
plain)
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"
}
|