summaryrefslogtreecommitdiff
path: root/netsurf-fb.postinst
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-26 10:52:34 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-26 10:52:34 +0100
commit381116c8362391a1d1923b690c66471c29a9db01 (patch)
tree2fcfd3cf21d7069f2d8f1015986418e5df98423f /netsurf-fb.postinst
downloaddebian-381116c8362391a1d1923b690c66471c29a9db01.tar.gz
debian-381116c8362391a1d1923b690c66471c29a9db01.tar.bz2
Initial checkin of debian packagin from upstream debian package
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#