diff -Nru /tmp/qp9QCSdcgk/915resolution-0.5/debian/915resolution.postinst /tmp/GDOejhp195/915resolution-0.5/debian/915resolution.postinst --- /tmp/qp9QCSdcgk/915resolution-0.5/debian/915resolution.postinst 1969-12-31 19:00:00.000000000 -0500 +++ /tmp/GDOejhp195/915resolution-0.5/debian/915resolution.postinst 2005-12-24 00:48:30.000000000 -0500 @@ -0,0 +1,19 @@ +#!/bin/sh + +# only do remaining stuff if we're being called to configure the package +if [ "$1" != "configure" ] +then + exit 0 +fi + +if [ -x "/etc/init.d/915resolution" ]; then + update-rc.d 915resolution defaults 12 >/dev/null + if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then + invoke-rc.d 915resolution start || exit 0 + else + /etc/init.d/915resolution start || exit 0 + fi +fi + + +exit 0 \ No newline at end of file diff -Nru /tmp/qp9QCSdcgk/915resolution-0.5/debian/changelog /tmp/GDOejhp195/915resolution-0.5/debian/changelog --- /tmp/qp9QCSdcgk/915resolution-0.5/debian/changelog 2005-12-24 00:48:30.000000000 -0500 +++ /tmp/GDOejhp195/915resolution-0.5/debian/changelog 2005-12-24 00:48:30.000000000 -0500 @@ -1,3 +1,9 @@ +915resolution (0.5-1ubuntu1) dapper; urgency=low + + * Install rc.d with a 12 priority. Malone bug: 6089 + + -- Hubert Figuiere Sat, 24 Dec 2005 00:45:29 -0500 + 915resolution (0.5-1) unstable; urgency=low * new upstream release