summaryrefslogtreecommitdiff
path: root/netsurf-fb.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'netsurf-fb.postinst')
-rw-r--r--netsurf-fb.postinst8
1 files changed, 8 insertions, 0 deletions
diff --git a/netsurf-fb.postinst b/netsurf-fb.postinst
new file mode 100644
index 0000000..e317616
--- /dev/null
+++ b/netsurf-fb.postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ]; then
+ update-alternatives --install /usr/bin/netsurf netsurf-browser /usr/bin/netsurf-fb 80 --slave /usr/share/man/man1/netsurf.1.gz netsurf-manual /usr/share/man/man1/netsurf-fb.1.gz
+fi
+
+#DEBHELPER#