mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
02cdc57eb5
for #542
12 lines
328 B
Makefile
12 lines
328 B
Makefile
sound_DATA = beep.wav
|
|
sounddir = $(datadir)/sounds/freedesktop/stereo
|
|
|
|
UPDATE_SOUND_CACHE = touch -m $(datadir)/sounds/freedesktop || :
|
|
|
|
install-data-hook:
|
|
mv -f $(datadir)/sounds/freedesktop/stereo/beep.wav $(datadir)/sounds/freedesktop/stereo/hexchat_beep.wav
|
|
$(UPDATE_SOUND_CACHE);
|
|
|
|
uninstall-hook:
|
|
$(UPDATE_SOUND_CACHE);
|