You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmymoney/kmymoney2/icons/hicolor/22x22/Makefile.am

9 lines
166 B

SUBDIRS = actions
LOCAL_DIR=kmymoney2/icons/hicolor/22x22
uninstall-local:
for i in $(SUBDIRS); do \
rm -rf $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$i; \
done