summarylogtreecommitdiffstats
path: root/an9wer-dmenu.install
blob: e6fe6f305cd1c8be433e72fc37550b7c0ea68f23 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "-- 'dmenu' has been builded with default config.h file" and
  echo "-- after that you can rebuild it by using 'suckless-rebuild' command with any other config.h file."
}

post_upgrade() {
  echo "-- 'dmenu' has been builded with default config.h file" and
  echo "-- after that you can rebuild it by using 'suckless-rebuild' command with any other config.h file."
}