X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/ff7c88561a82ed09c86a1bb6f857063f39b1837d..91e0fccb96d28028d78ea41e34c1990585048d3b:/tools/make/makefile diff --git a/tools/make/makefile b/tools/make/makefile index b2f4944..0dea151 100644 --- a/tools/make/makefile +++ b/tools/make/makefile @@ -60,7 +60,10 @@ copy.stamp: $(COPY_PRE) control.stamp: $(project).control mkdir -p $(project)/DEBIAN cp $(project).control $(project)/DEBIAN/control + if [ -f $(project).preinst ]; then cp $(project).preinst $(project)/DEBIAN/preinst; fi if [ -f $(project).postinst ]; then cp $(project).postinst $(project)/DEBIAN/postinst; fi + if [ -f $(project).prerm ]; then cp $(project).prerm $(project)/DEBIAN/prerm; fi + if [ -f $(project).postrm ]; then cp $(project).postrm $(project)/DEBIAN/postrm; fi @touch control.stamp $(project).zip: copy.stamp $(project)