summarylogtreecommitdiffstats
path: root/ov-bin.install
blob: 7e16c239f2c37b039538262a34759168afec9261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	# Hint user about ov config file
  echo ">> ov provides two example config files (ov.yaml, ov-less.yaml) but none of them are inherited by default."
  echo ">> You can find them here '/usr/share/ov' and here is an example of how to use the default ov.yaml:"
  echo ">> $ cp /usr/share/doc/ov/ov.yaml ~/.config/ov/config.yaml"
}

post_upgrade() {
  # Hint user about ov config file
  echo ">> ov provides two example config files (ov.yaml, ov-less.yaml) but none of them are inherited by default."
  echo ">> You can find them here '/usr/share/ov' and here is an example of how to use the default ov.yaml:"
  echo ">> $ cp /usr/share/doc/ov/ov.yaml ~/.config/ov/config.yaml"
}