diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-08-04 02:51:56 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-08-04 02:51:56 +0200 |
commit | 6253ed4f8177cb33fef709fb7e215ff94e6300c1 (patch) | |
tree | 047c77e7bed7077c2dad877f4fb7649d212c1102 /ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst | |
parent | e1a5231c98a1e7e9cae92fbd84cb2848c615a1a7 (diff) | |
download | tde-packaging-6253ed4f8177cb33fef709fb7e215ff94e6300c1.tar.gz tde-packaging-6253ed4f8177cb33fef709fb7e215ff94e6300c1.zip |
Fix installation of kvirc protocol files on Debian and Ubuntu
This resolves Bug 2497
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst')
-rw-r--r-- | ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst b/ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst index 4b1204c8e..44593aa4f 100644 --- a/ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst +++ b/ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst @@ -6,10 +6,10 @@ case "$1" in configure) update-alternatives --quiet --install \ /opt/trinity/share/services/irc.protocol irc.protocol \ - /opt/trinity/share/kvirc/3.4.0/services/irc.protocol 60 + /opt/trinity/share/kvirc/3.4/services/irc.protocol 60 update-alternatives --quiet --install \ /opt/trinity/share/services/irc6.protocol irc6.protocol \ - /opt/trinity/share/kvirc/3.4.0/services/irc6.protocol 60 + /opt/trinity/share/kvirc/3.4/services/irc6.protocol 60 ;; abort-upgrade|abort-remove|abort-deconfigure) |