summarylogtreecommitdiffstats
path: root/ashrwm-git.install
blob: 75dfb343337bc9feb254c28d3586eebdb552c533 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo ">>> Example configuration has been installed to /etc/ashrwm/config.janet"
  echo ">>> Copy it to ~/.config/ashrwm/config.janet to start customizing."
}

post_upgrade() {
  post_install
}