void-packages/xbps-src/triggers/Makefile
Juan RP 92fa047a22 Added a trigger for gio-querymodules.
--HG--
extra : convert_revision : dbc14cc698cf3a070592964fdc290118aa39bb2d
2010-04-14 14:11:11 +02:00

22 lines
508 B
Makefile

include ../vars.mk
TRIGGERS= gtk-icon-cache info-files mimedb register-shell
TRIGGERS+= xml-catalog gtk-immodules initramfs-tools openrc-service
TRIGGERS+= update-desktopdb gtk-pixbuf-loaders pango-modules x11-fonts
TRIGGERS+= system-accounts gconf-schemas gio-modules
.PHONY: all
all:
.PHONY: clean
clean:
.PHONY: install
install:
install -d $(DESTDIR)$(SHAREDIR)/triggers
install -m 755 $(TRIGGERS) $(DESTDIR)$(SHAREDIR)/triggers
.PHONY: uninstall
uninstall:
-rm -rf $(DESTDIR)$(SHAREDIR)/triggers