From 7b97584d29b8f31358c3dc43326f47630bebee33 Mon Sep 17 00:00:00 2001 From: Brad Lassey Date: Sat, 5 Jul 2008 14:29:45 -0400 Subject: [PATCH] Bug 442104 - Installs preinst and postrm scripts to the debian installer r=ted --- xulrunner/installer/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xulrunner/installer/Makefile.in b/xulrunner/installer/Makefile.in index d1d60764fafc..c80214acd1d6 100644 --- a/xulrunner/installer/Makefile.in +++ b/xulrunner/installer/Makefile.in @@ -147,6 +147,8 @@ ifdef NS_HILDON $(NSINSTALL) $(DEPTH)/dist/bin/components/libsoftkey.so $(DEBDESTDIR)/usr/local/$(MOZ_BUILD_APP)/components/ $(NSINSTALL) $(DEPTH)/dist/bin/libsoftokn3.* $(DEBDESTDIR)/usr/local/$(MOZ_BUILD_APP)/ endif + $(NSINSTALL) debian/postinst $(DEBDESTDIR)/DEBIAN + $(NSINSTALL) debian/prerm $(DEBDESTDIR)/DEBIAN dh_shlibdeps; fakeroot dh_gencontrol; fakeroot dh_md5sums; dh_builddeb endif