From 9cf54e388e836b8cf950885bb353ee6d5a8595b8 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 28 Oct 2015 15:04:29 -0400 Subject: [PATCH] debian/mosh.maintscript: Remove extra -- "$@" That is already added by dh_installdeb, so it was being added twice. Signed-off-by: Anders Kaseorg --- debian/mosh.maintscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/mosh.maintscript b/debian/mosh.maintscript index ebd49a3..a85b29d 100644 --- a/debian/mosh.maintscript +++ b/debian/mosh.maintscript @@ -1 +1 @@ -rm_conffile /etc/bash_completion.d/mosh 1.2.5~ -- "$@" +rm_conffile /etc/bash_completion.d/mosh 1.2.5~