X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=dotfiles2html%2Fdotfiles2html.py;h=344a5ee63fb6c426cf8c65a02adba0905a5c79cb;hb=a82a8a57187b13c9fed2815b616d05c3a446ebdc;hp=7be4f5dd11ffdb7f55f1c6b1c236676c57e7fa56;hpb=113112f46b0ff47b5cd6946c34ad5bc715771079;p=phdru.name%2Fphdru.name.git 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`"')