summarylogtreecommitdiffstats
path: root/climate.install
blob: 41983d3601370c596eb9862c9f9b1e52ba969bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
## arg 1:  the new package version
post_install() {
  true;
}

## arg 1:  the old package version
post_remove() {
  true;
}

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