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

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Wed Nov 12 23:12:21 UTC 2008


    Date: Wednesday, November 12, 2008 @ 23:12:20
  Author: gothicx-guest
Revision: 1973

Remove postinst

Deleted:
  packages/subdownloader/trunk/debian/postinst

Deleted: packages/subdownloader/trunk/debian/postinst
===================================================================
--- packages/subdownloader/trunk/debian/postinst	2008-11-12 23:11:59 UTC (rev 1972)
+++ packages/subdownloader/trunk/debian/postinst	2008-11-12 23:12:20 UTC (rev 1973)
@@ -1,13 +0,0 @@
-#!/bin/sh -e
-
-ln -sf /usr/share/subdownloader/run.py /usr/bin/subdownloader
-chmod +x /usr/share/subdownloader/run.py
-
-if [ -d  /usr/share/subdownloader/locale ]; then
-	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