Masato Taruishi
taru****@sourc*****
2004年 7月 4日 (日) 00:40:08 JST
=================================================================== RCS file: demo/uml/debian/rules,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- demo/uml/debian/rules 2004/06/29 12:15:26 1.1 +++ demo/uml/debian/rules 2004/07/03 15:40:08 1.2 @@ -9,3 +9,7 @@ VERSION := $(shell dpkg-parsechangelog | grep Version | cut -d' ' -f2) DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) +common-binary-post-install-indep:: + install -d $(DEB_DESTDIR)/etc/devfs/conf.d/ + install -m644 debian/devfs.conf $(DEB_DESTDIR)/etc/devfs/conf.d/ultrapossum-uml + =================================================================== RCS file: demo/uml/debian/ultrapossum-uml.postinst,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- demo/uml/debian/ultrapossum-uml.postinst 2004/07/03 10:16:24 1.5 +++ demo/uml/debian/ultrapossum-uml.postinst 2004/07/03 15:40:08 1.6 @@ -31,6 +31,10 @@ trap "eval `ultrapossum-config term`" 0 db_get ultrapossum-uml/uml_hosts UML_HOSTS="` echo $RET | tr , ' '`" + db_get ultrapossum-uml/uml_dist + UML_DIST=$RET + db_get ultrapossum-uml/uml_mem + UML_MEM=$RET ultrapossum-config set uml UML_HOSTS="$UML_HOSTS" UML_DIST="$UML_DIST" UML_MEM="$UML_MEM" /usr/share/ultrapossum/update.d/update-uml configure for h in $UML_HOSTS