[freeciv] 15/20: update-alternatives: use --remove instead of --remove-all
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Apr 13 18:01:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch experimental
in repository freeciv.
commit 76d1cb757296178bed0aba4cf72b763cfead9922
Author: Markus Koschany <apo at gambaru.de>
Date: Mon Apr 13 17:21:26 2015 +0200
update-alternatives: use --remove instead of --remove-all
---
debian/freeciv-client-gtk.preinst | 2 +-
debian/freeciv-client-qt.preinst | 2 +-
debian/freeciv-client-sdl.preinst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/freeciv-client-gtk.preinst b/debian/freeciv-client-gtk.preinst
index af7988d..00544bf 100644
--- a/debian/freeciv-client-gtk.preinst
+++ b/debian/freeciv-client-gtk.preinst
@@ -2,6 +2,6 @@
set -e
-update-alternatives --remove-all freeciv
+update-alternatives --remove freeciv
#DEBHELPER#
diff --git a/debian/freeciv-client-qt.preinst b/debian/freeciv-client-qt.preinst
index af7988d..00544bf 100644
--- a/debian/freeciv-client-qt.preinst
+++ b/debian/freeciv-client-qt.preinst
@@ -2,6 +2,6 @@
set -e
-update-alternatives --remove-all freeciv
+update-alternatives --remove freeciv
#DEBHELPER#
diff --git a/debian/freeciv-client-sdl.preinst b/debian/freeciv-client-sdl.preinst
index af7988d..00544bf 100644
--- a/debian/freeciv-client-sdl.preinst
+++ b/debian/freeciv-client-sdl.preinst
@@ -2,6 +2,6 @@
set -e
-update-alternatives --remove-all freeciv
+update-alternatives --remove freeciv
#DEBHELPER#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeciv.git
More information about the Pkg-games-commits
mailing list