[Debian-l10n-commits] r2694 - in /pootle/trunk/debian: changelog pootle.postinst

elric-guest at users.alioth.debian.org elric-guest at users.alioth.debian.org
Thu Jun 30 18:01:22 UTC 2011


Author: elric-guest
Date: Thu Jun 30 18:01:21 2011
New Revision: 2694

URL: http://svn.debian.org/wsvn/?sc=1&rev=2694
Log:
delete call to pycentral in postinst

Modified:
    pootle/trunk/debian/changelog
    pootle/trunk/debian/pootle.postinst

Modified: pootle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/changelog?rev=2694&op=diff
==============================================================================
--- pootle/trunk/debian/changelog (original)
+++ pootle/trunk/debian/changelog Thu Jun 30 18:01:21 2011
@@ -17,6 +17,7 @@
   * debian/control: bump translate-toolkit dependency to 1.9.0
   * debian/rules, debian/control: Update to dh_python2. Closes: #616947
     - Delete debian/pyversions and debian/pycompat
+    - debian/postinst: delete call to pycentral
 
  -- Christian Perrier <bubulle at debian.org>  Fri, 27 Aug 2010 07:56:07 +0200
 

Modified: pootle/trunk/debian/pootle.postinst
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/pootle.postinst?rev=2694&op=diff
==============================================================================
--- pootle/trunk/debian/pootle.postinst (original)
+++ pootle/trunk/debian/pootle.postinst Thu Jun 30 18:01:21 2011
@@ -61,14 +61,6 @@
         ;;
 esac
 
-rm -f /var/lib/pycentral/pootle.pkgremove
-if which pycentral >/dev/null 2>&1; then
-	pycentral pkginstall pootle
-	if grep -qs '^pootle$' /var/lib/pycentral/delayed-pkgs; then
-		sed -i '/^pootle$/d' /var/lib/pycentral/delayed-pkgs
-	fi
-fi
-
 case "$1" in
     configure)
         if [ -z "$2" ]; then




More information about the Debian-l10n-commits mailing list