--- 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')