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:43:35 +0200 |
commit | cef2b1afa1d1e5432d4476b9763333207b7a9c02 (patch) | |
tree | f2585475fbaf0d717a3e41f6809515dc675c9917 /ubuntu/maverick/tdenetwork | |
parent | 3115be65b1b9626667708e634a090ba7e1be879d (diff) | |
download | tde-packaging-cef2b1afa1d1e5432d4476b9763333207b7a9c02.tar.gz tde-packaging-cef2b1afa1d1e5432d4476b9763333207b7a9c02.zip |
Fix irc.protocol alternatives provision on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cfdbd6d2a873f55f15c62c6c47e7117cecc3c239)
Diffstat (limited to 'ubuntu/maverick/tdenetwork')
-rw-r--r-- | ubuntu/maverick/tdenetwork/debian/kopete-trinity.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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) |