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