summaryrefslogtreecommitdiff
path: root/community/uzbl/uzbl.install
blob: 500b114e7cb24ae9a2aa91205ad5ac4b9f833388 (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=38"
}

pre_remove() {
  /bin/true
}

post_remove() {
  /bin/true
}

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