diff options
Diffstat (limited to 'community/uzbl/uzbl.install')
-rw-r--r-- | community/uzbl/uzbl.install | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community/uzbl/uzbl.install b/community/uzbl/uzbl.install new file mode 100644 index 000000000..ca5fc814b --- /dev/null +++ b/community/uzbl/uzbl.install @@ -0,0 +1,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: |