aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rwxr-xr-xnetsurf-wrapper-file9
2 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index dcba315..827f0bd 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ SCRIPTS = addressgrep \
16 dunst-toggle \ 16 dunst-toggle \
17 mail-checknow \ 17 mail-checknow \
18 mail-compose \ 18 mail-compose \
19 netsurf-wrapper-file \
20 notify-battery \ 19 notify-battery \
21 notify-time \ 20 notify-time \
22 open-file \ 21 open-file \
diff --git a/netsurf-wrapper-file b/netsurf-wrapper-file
deleted file mode 100755
index 1fc9ea0..0000000
--- a/netsurf-wrapper-file
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/sh
2
3# When using netsurf to open a local file, if the file does not have a proper
4# extension it is not interpreted as html. This wrapper script fixes this.
5# Requires: netsurf
6
7cp "$1" "$1.html"
8netsurf "$1.html"
9rm "$1.html"

Generated with cgit - Back to sebastiano.tronto.net