diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-10-24 09:20:35 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-10-24 09:20:35 +0200 |
| commit | 4754869bdc4b2873093c80cb19024f7b42317fd3 (patch) | |
| tree | fd0dd1aceee9aaac31e55e25834f7bd074e6af1e | |
| parent | 9e24bcb2eb847448c0d2c930efa56d229e660f67 (diff) | |
| download | scripts-4754869bdc4b2873093c80cb19024f7b42317fd3.tar.gz scripts-4754869bdc4b2873093c80cb19024f7b42317fd3.zip | |
Removed netsurf-wrapper
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 1 | ||||
| -rwxr-xr-x | netsurf-wrapper-file | 9 |
2 files changed, 0 insertions, 10 deletions
| @@ -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 | |||
| 7 | cp "$1" "$1.html" | ||
| 8 | netsurf "$1.html" | ||
| 9 | rm "$1.html" | ||
