summarylogtreecommitdiffstats
path: root/uzbl.install
blob: 5cbf81efc3fb06a064c363a0c1f5d2f0327153b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  /bin/true
}

post_upgrade() {
  echo "If upgrading from pre-0.9, please refer to http://www.uzbl.org/news.php?id=42"
}

pre_remove() {
  /bin/true
}

post_remove() {
  /bin/true
}

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