diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-02-02 15:55:28 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-02-02 17:09:13 +0000 |
commit | b3ecf3b1b219a2ccd17999561fd7e4fe64efac4b (patch) | |
tree | c674c3e6864c3f8fd99f8f2db6fc7b483e78788f /src | |
parent | a5c8cdff03182ceafae39ccde6a07ebd8660b087 (diff) | |
download | coreutils-b3ecf3b1b219a2ccd17999561fd7e4fe64efac4b.tar.xz |
dircolors: sync with Xiph file extensions
* src/dircolors.hin: Remove deprecated anx, axa, axv. Add opus.
Suggested by Scott Teal.
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.hin | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 4b5067f33..742b6cf5e 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -203,8 +203,6 @@ EXEC 01;32 .emf 01;35 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions -.axv 01;35 -.anx 01;35 .ogv 01;35 .ogx 01;35 @@ -223,7 +221,7 @@ EXEC 01;32 .wav 00;36 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions -.axa 00;36 .oga 00;36 +.opus 00;36 .spx 00;36 .xspf 00;36 |