]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfiles2html.py
Fix(dotfiles2html): Fix `mplayer`
[phdru.name/phdru.name.git] / dotfiles2html / dotfiles2html.py
index 42c96aa14a3b68c73c6ad39ffa10f3532eab3ceb..a2805f432b7075e12a27a8c0eb0d1e8759c9a856 100755 (executable)
@@ -87,9 +87,6 @@ def process_dotfile(i, fname, ftype, file_types):
       text = text.replace('mplay', 'mplayer')
       text = text.replace('mplayerer', 'mplayer')
       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`"')