aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/debian/postrm
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2013-01-17 12:17:33 +0000
committerDamian Minkov <damencho@jitsi.org>2013-01-17 12:17:33 +0000
commit39499b0c550045ce917df413be900e0b1d62f852 (patch)
tree9a7d1879f68219e4ad6c44ef780266cdcab69fdf /resources/install/debian/postrm
parent5cd26f3ec91cee3d0c9bf41082c6d6b932407542 (diff)
downloadjitsi-39499b0c550045ce917df413be900e0b1d62f852.zip
jitsi-39499b0c550045ce917df413be900e0b1d62f852.tar.gz
jitsi-39499b0c550045ce917df413be900e0b1d62f852.tar.bz2
Updates debian build targets, adds deb-src to generate debian source package.
Diffstat (limited to 'resources/install/debian/postrm')
-rw-r--r--resources/install/debian/postrm6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/install/debian/postrm b/resources/install/debian/postrm
index 80644ee..3e97021 100644
--- a/resources/install/debian/postrm
+++ b/resources/install/debian/postrm
@@ -1,12 +1,12 @@
#!/bin/sh
#
-# SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+# Jitsi, the OpenSource Java VoIP and Instant Messaging client.
#
# Distributable under LGPL license.
# See terms of license at gnu.org.
#
-# sources.list setting for SIP Communicator updates.
+# sources.list setting for Jitsi updates.
REPOCONFIG="deb http://download.jitsi.org/deb unstable/"
APT_CONFIG="`which apt-config 2> /dev/null`"
@@ -41,5 +41,5 @@ clean_sources_lists() {
rm -f "$APT_SOURCESDIR/jitsi.list"
}
-# Remove any SIP Communicator repository added by the package.
+# Remove any Jitsi repository added by the package.
clean_sources_lists