summaryrefslogtreecommitdiff
path: root/community-testing/uzbl/uzbl.install
blob: ca5fc814b097cf528300b5fd1034bd78721ba8ca (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 "Some incompatibily are introduced, please refer to http://www.uzbl.org/news.php?id=32"
}

pre_remove() {
  /bin/true
}

post_remove() {
  /bin/true
}

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