summarylogtreecommitdiffstats
path: root/uzbl.install
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.install')
-rw-r--r--uzbl.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/uzbl.install b/uzbl.install
new file mode 100644
index 000000000000..5cbf81efc3fb
--- /dev/null
+++ b/uzbl.install
@@ -0,0 +1,17 @@
+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: