From cfdbd6d2a873f55f15c62c6c47e7117cecc3c239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Jul 2015 20:42:22 +0200 Subject: Fix irc.protocol alternatives provision on Debian and Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/maverick/tdenetwork/debian/kopete-trinity.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubuntu/maverick/tdenetwork') diff --git a/ubuntu/maverick/tdenetwork/debian/kopete-trinity.postinst b/ubuntu/maverick/tdenetwork/debian/kopete-trinity.postinst index 4ccb5ac4c..f1f83b298 100644 --- a/ubuntu/maverick/tdenetwork/debian/kopete-trinity.postinst +++ b/ubuntu/maverick/tdenetwork/debian/kopete-trinity.postinst @@ -20,7 +20,7 @@ set -e case "$1" in configure) update-alternatives --auto irc.protocol || true - update-alternatives --verbose --install /usr/share/services/irc.protocol irc.protocol /opt/trinity/share/apps/kopete/irc.protocol 40 || true + update-alternatives --verbose --install /opt/trinity/share/services/irc.protocol irc.protocol /opt/trinity/share/apps/kopete/irc.protocol 40 || true ;; abort-upgrade|abort-remove|abort-deconfigure) -- cgit v1.2.1