From: Ben Pfaff Date: Wed, 5 Nov 2008 18:04:31 +0000 (-0800) Subject: Move "update" remote command from base secchan into Debian packaging. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99539434750b3b9c9b5d02089eee7777887dad88;p=openvswitch Move "update" remote command from base secchan into Debian packaging. The update command only works with Debian anyway, so there's no point in installing it elsewhere. --- diff --git a/debian/commands/update b/debian/commands/update new file mode 100755 index 00000000..545e3c23 --- /dev/null +++ b/debian/commands/update @@ -0,0 +1,4 @@ +#! /bin/sh +set -e +apt-get update -qy +apt-get upgrade -qy diff --git a/secchan/commands/automake.mk b/secchan/commands/automake.mk index 1b291f82..cbe44d8c 100644 --- a/secchan/commands/automake.mk +++ b/secchan/commands/automake.mk @@ -1,4 +1,3 @@ commandsdir = ${pkgdatadir}/commands dist_commands_SCRIPTS = \ - secchan/commands/reboot \ - secchan/commands/update + secchan/commands/reboot diff --git a/secchan/commands/update b/secchan/commands/update deleted file mode 100755 index 545e3c23..00000000 --- a/secchan/commands/update +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh -set -e -apt-get update -qy -apt-get upgrade -qy