diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-07-05 20:42:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-07-05 20:42:22 +0200 |
commit | cfdbd6d2a873f55f15c62c6c47e7117cecc3c239 (patch) | |
tree | 7bea119cb51e411608a5f0870587cb6c87709201 /debian/lenny/tdenetwork | |
parent | 04335af325274c6c98186a50524bb0794a53b466 (diff) | |
download | tde-packaging-cfdbd6d2a873f55f15c62c6c47e7117cecc3c239.tar.gz tde-packaging-cfdbd6d2a873f55f15c62c6c47e7117cecc3c239.zip |
Fix irc.protocol alternatives provision on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/lenny/tdenetwork')
-rw-r--r-- | debian/lenny/tdenetwork/debian/kopete-trinity.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/lenny/tdenetwork/debian/kopete-trinity.postinst b/debian/lenny/tdenetwork/debian/kopete-trinity.postinst index 4ccb5ac4c..f1f83b298 100644 --- a/debian/lenny/tdenetwork/debian/kopete-trinity.postinst +++ b/debian/lenny/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) |