summaryrefslogtreecommitdiff
path: root/community-testing/uzbl/uzbl.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/uzbl/uzbl.install')
-rw-r--r--community-testing/uzbl/uzbl.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/community-testing/uzbl/uzbl.install b/community-testing/uzbl/uzbl.install
deleted file mode 100644
index ca5fc814b..000000000
--- a/community-testing/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=32"
-}
-
-pre_remove() {
- /bin/true
-}
-
-post_remove() {
- /bin/true
-}
-
-# vim:set ts=2 sw=2 et: