summarylogtreecommitdiffstats
path: root/qtile-python3-git.install
blob: 004af0364c8e37998b5f90fee9db47343667a3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo ">>> Qtile Example Config at"
  echo ">>> /usr/share/doc/qtile-python3-git/default_config.py"
}

post_upgrade() {
  echo ">>> Qtile Example Config at"
  echo ">>> /usr/share/doc/qtile-python3-git/default_config.py"
}

# vim:set ts=2 sw=2 et: