summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 16:17:43 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 16:17:43 -0500
commit9b2075d9b89fc628c447fbb98f43ef72e4a9c81d (patch)
tree2de9e866f064b1c7d36df24de1df305474f949fe /ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst
downloadtde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.tar.gz
tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.zip
Initial import from old SVN repository
Note that only the Debian and Ubuntu folders were preserved
Diffstat (limited to 'ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst')
-rw-r--r--ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst26
1 files changed, 26 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst b/ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst
new file mode 100644
index 000000000..ae66752f1
--- /dev/null
+++ b/ubuntu/maverick/applications/kvirc/debian/kvirc-data-trinity.postinst
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ configure)
+# update-alternatives --quiet --install \
+# /usr/share/services/irc.protocol irc.protocol \
+# /opt/trinity/share/kvirc/3.4.0/services/irc.protocol 60
+# update-alternatives --quiet --install \
+# /usr/share/services/irc6.protocol irc6.protocol \
+# /opt/trinity/share/kvirc/3.4.0/services/irc6.protocol 60
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0