Bug 442104 - Installs preinst and postrm scripts to the debian installer r=ted

This commit is contained in:
Brad Lassey 2008-07-05 14:29:45 -04:00
Родитель a49ea503d8
Коммит 7b97584d29
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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