diff -r 2ebcb8eb5c01 -r 6748a5ec6644 share/sounds/meson.build --- a/share/sounds/meson.build Thu Aug 13 21:10:22 2020 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -sounds_DATA = [ - 'alert.wav', - 'login.wav', - 'logout.wav', - 'receive.wav', - 'send.wav' -] - -install_data(sources : sounds_DATA, - install_dir : get_option('datadir') + '/sounds/purple')