diff options
Diffstat (limited to 'source/x/mesa/doinst.sh')
-rw-r--r-- | source/x/mesa/doinst.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/x/mesa/doinst.sh b/source/x/mesa/doinst.sh index 42c4667c..d6297d69 100644 --- a/source/x/mesa/doinst.sh +++ b/source/x/mesa/doinst.sh @@ -10,4 +10,8 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } -config etc/drirc.new +# Don't mess with /etc/drirc. Mesa now installs the defaults as +# /usr/share/drirc.d/00-mesa-defaults.conf. We won't protect that +# as a .new file as it shouldn't be modified. Create /etc/drirc if +# you need local overrides. +#config etc/drirc.new |