diff options
Diffstat (limited to 'ubuntu/maverick/tdenetwork/debian/kopete-trinity.postinst')
-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) |