From 99539434750b3b9c9b5d02089eee7777887dad88 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 5 Nov 2008 10:04:31 -0800 Subject: [PATCH] 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. --- {secchan => debian}/commands/update | 0 secchan/commands/automake.mk | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename {secchan => debian}/commands/update (100%) diff --git a/secchan/commands/update b/debian/commands/update similarity index 100% rename from secchan/commands/update rename to debian/commands/update diff --git a/secchan/commands/automake.mk b/secchan/commands/automake.mk index 1b291f821..cbe44d8c6 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 -- 2.43.0