summarylogtreecommitdiffstats
path: root/uzbl.install
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.install')
-rw-r--r--uzbl.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/uzbl.install b/uzbl.install
deleted file mode 100644
index 5cbf81efc3fb..000000000000
--- a/uzbl.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- /bin/true
-}
-
-post_upgrade() {
- echo "If upgrading from pre-0.9, please refer to http://www.uzbl.org/news.php?id=42"
-}
-
-pre_remove() {
- /bin/true
-}
-
-post_remove() {
- /bin/true
-}
-
-# vim:set ts=2 sw=2 et: