]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
mpv: move config file to new location
[config/dotfiles.git] / setup.sh
index 82b34708b65ea245efc3ada7e8e6c8ad2a0405c6..2e37a2e6821b3b7e2f11df7c1c72bd6668991689 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -2,7 +2,7 @@
 
 # Setup script for multimedia configuration files.
 
-# Copyright (C) 2011-2013  Simon Ruderich
+# Copyright (C) 2011-2014  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-set -e
+set -eu
 
 . ../lib.sh
 
@@ -52,3 +52,8 @@ if installed mplayer; then
         link mplayer ~/.mplayer
     fi
 fi
+# Another MPlayer fork, but developed separately with a different config
+# directory.
+if installed mpv; then
+    link mpv ~/.config/mpv
+fi