From a82a8a57187b13c9fed2815b616d05c3a446ebdc Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 3 May 2020 01:02:19 +0300 Subject: [PATCH] Fix(dotfiles2html): Remove outdated `smplayer` --- dotfiles2html/dotfiles2html.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index 7be4f5d..344a5ee 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -85,9 +85,6 @@ def process_dotfile(i, fname, ftype, file_types): file.close() file = open(fname, 'w') if fname == 'mailcap': - text = text.replace( - '-a -n "`which smplayer 2>/dev/null`" -a -n "`which smplayer 2>/dev/null`"', - '-a -n "`which smplayer 2>/dev/null`"') text = text.replace( '-a -n "`which mplayer 2>/dev/null`" -a -n "`which mplayer 2>/dev/null`"', '-a -n "`which mplayer 2>/dev/null`"') -- 2.39.2