]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Fix(dotfiles2html): Remove outdated `smplayer`
authorOleg Broytman <phd@phdru.name>
Sat, 2 May 2020 22:02:19 +0000 (01:02 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 2 May 2020 22:02:19 +0000 (01:02 +0300)
dotfiles2html/dotfiles2html.py

index 7be4f5dd11ffdb7f55f1c6b1c236676c57e7fa56..344a5ee63fb6c426cf8c65a02adba0905a5c79cb 100755 (executable)
@@ -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`"')