mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
11
share/sounds/Makefile.am
Normal file
11
share/sounds/Makefile.am
Normal file
@@ -0,0 +1,11 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user