From: Oleg Broytman Date: Sat, 2 May 2020 22:02:19 +0000 (+0300) Subject: Fix(dotfiles2html): Remove outdated `smplayer` X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=a82a8a57187b13c9fed2815b616d05c3a446ebdc Fix(dotfiles2html): Remove outdated `smplayer` --- 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`"')