Author: goneri
Date: 2011-01-02 14:01:43 +0000 (Sun, 02 Jan 2011)
New Revision: 11592

Added:
   packages/trunk/gamine/debian/postinst
   packages/trunk/gamine/debian/prerm
Modified:
   packages/trunk/gamine/debian/changelog
Log:
call dh_gconf, add postinst and prerm script


Modified: packages/trunk/gamine/debian/changelog
===================================================================
--- packages/trunk/gamine/debian/changelog      2011-01-02 13:58:19 UTC (rev 
11591)
+++ packages/trunk/gamine/debian/changelog      2011-01-02 14:01:43 UTC (rev 
11592)
@@ -10,6 +10,7 @@
   * gamine has got a versionized dependency on gamine-data
     (= ${source:Version})
   * add no-gconftool.diff and a quilt dependency
+  * call dh_gconf, add postinst and prerm script
 
  -- Gonéri Le Bouder <gon...@rulezlan.org>  Sat, 01 Jan 2011 14:15:52 +0100
 

Added: packages/trunk/gamine/debian/postinst
===================================================================
--- packages/trunk/gamine/debian/postinst                               (rev 0)
+++ packages/trunk/gamine/debian/postinst       2011-01-02 14:01:43 UTC (rev 
11592)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+exit 0

Added: packages/trunk/gamine/debian/prerm
===================================================================
--- packages/trunk/gamine/debian/prerm                          (rev 0)
+++ packages/trunk/gamine/debian/prerm  2011-01-02 14:01:43 UTC (rev 11592)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+exit 0


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to