From 4754869bdc4b2873093c80cb19024f7b42317fd3 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 24 Oct 2021 09:20:35 +0200 Subject: Removed netsurf-wrapper --- Makefile | 1 - netsurf-wrapper-file | 9 --------- 2 files changed, 10 deletions(-) delete mode 100755 netsurf-wrapper-file diff --git a/Makefile b/Makefile index dcba315..827f0bd 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,6 @@ SCRIPTS = addressgrep \ dunst-toggle \ mail-checknow \ mail-compose \ - netsurf-wrapper-file \ notify-battery \ notify-time \ 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 @@ -#!/bin/sh - -# When using netsurf to open a local file, if the file does not have a proper -# extension it is not interpreted as html. This wrapper script fixes this. -# Requires: netsurf - -cp "$1" "$1.html" -netsurf "$1.html" -rm "$1.html" -- cgit v1.3