]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfiles2html.py
Fix(dotfiles2html): Remove outdated `smplayer`
[phdru.name/phdru.name.git] / dotfiles2html / dotfiles2html.py
index 42c96aa14a3b68c73c6ad39ffa10f3532eab3ceb..344a5ee63fb6c426cf8c65a02adba0905a5c79cb 100755 (executable)
@@ -84,12 +84,7 @@ def process_dotfile(i, fname, ftype, file_types):
       text = file.read()
       file.close()
       file = open(fname, 'w')
-      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`"')