Description: Don't install examples files from Makefile 
Forwarded: no
Author: Daniel Echeverry <epsilon77@gmail.com>
Last-Update: 2015-12-25
--- a/Makefile
+++ b/Makefile
@@ -49,9 +49,10 @@ install: all
 	mkdir -p $(DESTDIR)$(MANPREFIX)/man1
 	sed "s!PREFIX!$(PREFIX)!g; s!VERSION!$(VERSION)!g" sxiv.1 > $(DESTDIR)$(MANPREFIX)/man1/sxiv.1
 	chmod 644 $(DESTDIR)$(MANPREFIX)/man1/sxiv.1
-	mkdir -p $(DESTDIR)$(PREFIX)/share/sxiv/exec
-	cp exec/* $(DESTDIR)$(PREFIX)/share/sxiv/exec/
-	chmod 755 $(DESTDIR)$(PREFIX)/share/sxiv/exec/*
+	#Install examples files with debhelper instead from Makefile
+	#mkdir -p $(DESTDIR)$(PREFIX)/share/sxiv/exec
+	#cp exec/* $(DESTDIR)$(PREFIX)/share/sxiv/exec/
+	#chmod 755 $(DESTDIR)$(PREFIX)/share/sxiv/exec/*
 	$(MAKE) -C icon/ install
 
 uninstall:
