summaryrefslogtreecommitdiff
path: root/contrib/Makefile
blob: 3ed9a01073f2b9a90f27a770f7b692dbe6c1125f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include ../buildsys.mk
include ../extra.mk

ifeq ($(USE_THUNAR),yes)

install-extra:
	${MKDIR_P} ${DESTDIR}${datarootdir}/Thunar/sendto
	${INSTALL} -m 644 thunar-sendto-audacious-playlist.desktop "${DESTDIR}${datarootdir}/Thunar/sendto"

uninstall-extra:
	if test -f "${DESTDIR}${datarootdir}/Thunar/sendto/thunar-sendto-audacious-playlist.desktop" ; then ${RM} "${DESTDIR}${datarootdir}/Thunar/sendto/thunar-sendto-audacious-playlist.desktop" ; fi

endif