[Pkg-samba-maint] r3738 - branches/samba/experimental/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Fri Apr 15 17:04:15 UTC 2011


Author: bubulle
Date: 2011-04-15 17:04:07 +0000 (Fri, 15 Apr 2011)
New Revision: 3738

Added:
   branches/samba/experimental/debian/samba-common-bin.prerm
   branches/samba/experimental/debian/samba-common.links
Log:
New files from unstable

Added: branches/samba/experimental/debian/samba-common-bin.prerm
===================================================================
--- branches/samba/experimental/debian/samba-common-bin.prerm	                        (rev 0)
+++ branches/samba/experimental/debian/samba-common-bin.prerm	2011-04-15 17:04:07 UTC (rev 3738)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e 
+
+if [ "x$1" != xupgrade ]; then
+	update-alternatives --remove nmblookup /usr/bin/nmblookup.samba3
+	update-alternatives --remove net /usr/bin/net.samba3
+	update-alternatives --remove testparm /usr/bin/testparm.samba3
+fi
+
+#DEBHELPER#
+
+exit 0

Added: branches/samba/experimental/debian/samba-common.links
===================================================================
--- branches/samba/experimental/debian/samba-common.links	                        (rev 0)
+++ branches/samba/experimental/debian/samba-common.links	2011-04-15 17:04:07 UTC (rev 3738)
@@ -0,0 +1 @@
+etc/dhcp3/dhclient-enter-hooks.d/samba etc/dhcp/dhclient-enter-hooks.d/samba





More information about the Pkg-samba-maint mailing list