[Pkg-sql-ledger-commit] r485 - trunk/debian

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Tue Apr 3 19:52:00 UTC 2012


Author: hertzog
Date: 2012-04-03 19:52:00 +0000 (Tue, 03 Apr 2012)
New Revision: 485

Added:
   trunk/debian/sql-ledger.postinst
Removed:
   trunk/debian/postinst
Modified:
   trunk/debian/changelog
Log:
Rename debian/postinst in debian/sql-ledger.postinst.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2012-04-03 19:50:41 UTC (rev 484)
+++ trunk/debian/changelog	2012-04-03 19:52:00 UTC (rev 485)
@@ -5,6 +5,7 @@
     $exec_latex and $exec_pdflatex config variables.
   * Drop postinst code that resets ownership to www-data. The .deb has
     correct information now.
+  * Rename debian/postinst in debian/sql-ledger.postinst.
 
  -- Raphaël Hertzog <hertzog at debian.org>  Tue, 03 Apr 2012 21:28:08 +0200
 

Deleted: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst	2012-04-03 19:50:41 UTC (rev 484)
+++ trunk/debian/postinst	2012-04-03 19:52:00 UTC (rev 485)
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if ! test -L /usr/lib/sql-ledger; then
-    # Work around dpkg bug (can't replace dir by symlink itself)
-    (rmdir /usr/lib/sql-ledger && ln -sf /usr/share/sql-ledger /usr/lib/sql-ledger) || \
-    echo "WARNING: Unable to replace /usr/lib/sql-ledger by a symlink"
-fi
-
-#DEBHELPER#

Copied: trunk/debian/sql-ledger.postinst (from rev 484, trunk/debian/postinst)
===================================================================
--- trunk/debian/sql-ledger.postinst	                        (rev 0)
+++ trunk/debian/sql-ledger.postinst	2012-04-03 19:52:00 UTC (rev 485)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if ! test -L /usr/lib/sql-ledger; then
+    # Work around dpkg bug (can't replace dir by symlink itself)
+    (rmdir /usr/lib/sql-ledger && ln -sf /usr/share/sql-ledger /usr/lib/sql-ledger) || \
+    echo "WARNING: Unable to replace /usr/lib/sql-ledger by a symlink"
+fi
+
+#DEBHELPER#




More information about the Pkg-sql-ledger-commit mailing list