[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [openMosix-general] A few tips for Debian Openmosix newbies



On Wed, 2003-04-23 at 09:17, Martin Høy wrote:
> Quoting "Jean-Marc V. Liotier" <jim@jipo.com>:
> > 
>
> Does the pre/post-scripts in the .rpm make it over to the .deb-side?

Here are the dpkg scripts I have that comes from the alienated .rpm :

/var/lib/dpkg/info/openmosix-tools.conffiles
/var/lib/dpkg/info/openmosix-tools.list
/var/lib/dpkg/info/openmosix-tools.md5sums
/var/lib/dpkg/info/openmosix-tools.postinst
/var/lib/dpkg/info/openmosix-tools.postrm
/var/lib/dpkg/info/openmosix-tools.shlibs
/var/lib/dpkg/info/openmosix.list

The scripts are pretty minimalistic :

/var/lib/dpkg/info/openmosix-tools.postinst

	#!/bin/sh
	set -e
	# Automatically added by dh_makeshlibs
	if [ "$1" = "configure" ]; then
		ldconfig
	fi
	# End automatically added section


/var/lib/dpkg/info/openmosix-tools.postrm

	#!/bin/sh
	set -e
	# Automatically added by dh_makeshlibs
	if [ "$1" = "remove" ]; then
		ldconfig
	fi
	# End automatically added section


Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: