[Python-apps-commits] r1952 - in packages/subdownloader/trunk/debian (postinst)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Sun Nov 9 10:19:45 UTC 2008


    Date: Sunday, November 9, 2008 @ 10:19:44
  Author: gothicx-guest
Revision: 1952

Set -e flag to postinst script

Modified:
  packages/subdownloader/trunk/debian/postinst

Modified: packages/subdownloader/trunk/debian/postinst
===================================================================
--- packages/subdownloader/trunk/debian/postinst	2008-11-09 10:03:00 UTC (rev 1951)
+++ packages/subdownloader/trunk/debian/postinst	2008-11-09 10:19:44 UTC (rev 1952)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 ln -sf /usr/share/subdownloader/run.py /usr/bin/subdownloader
 chmod +x /usr/share/subdownloader/run.py
@@ -7,3 +7,7 @@
 	cp -rf /usr/share/subdownloader/locale/* /usr/share/locale/
  	rm -rf /usr/share/subdownloader/locale
 fi
+
+#DEBHELPER#
+
+exit 0




More information about the Python-apps-commits mailing list