[Pkg-octave-commit] r1270 - octave-forge-pkgs/octave-combinatorics/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Mon Feb 25 16:37:34 UTC 2008


Author: rafael
Date: 2008-02-25 16:37:34 +0000 (Mon, 25 Feb 2008)
New Revision: 1270

Removed:
   octave-forge-pkgs/octave-combinatorics/trunk/debian/postinst
   octave-forge-pkgs/octave-combinatorics/trunk/debian/postrm
Log:
Removed obsolete files

Deleted: octave-forge-pkgs/octave-combinatorics/trunk/debian/postinst
===================================================================
--- octave-forge-pkgs/octave-combinatorics/trunk/debian/postinst	2008-02-25 16:31:47 UTC (rev 1269)
+++ octave-forge-pkgs/octave-combinatorics/trunk/debian/postinst	2008-02-25 16:37:34 UTC (rev 1270)
@@ -1,23 +0,0 @@
-#!/bin/sh
-# 							-*- makefile -*-
-# debian/postinst file for the Debian/GNU Linux octave-forge-statistics package
-# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
-
-set -e
-
-#DEBHELPER#
-
-case "$1" in
-    configure)
-    	octave -q -H --no-site-file --eval "pkg('rebuild');"
-        ;;
-    abort-upgrade|abort-remove|abort-deconfigure)
-        ;;
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        ;;
-esac
-
-
-exit 0
-

Deleted: octave-forge-pkgs/octave-combinatorics/trunk/debian/postrm
===================================================================
--- octave-forge-pkgs/octave-combinatorics/trunk/debian/postrm	2008-02-25 16:31:47 UTC (rev 1269)
+++ octave-forge-pkgs/octave-combinatorics/trunk/debian/postrm	2008-02-25 16:37:34 UTC (rev 1270)
@@ -1,23 +0,0 @@
-#!/bin/sh
-# 							-*- makefile -*-
-# debian/postrm file for the Debian/GNU Linux octave-forge-statistics package
-# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
-
-set -e
-
-#DEBHELPER#
-
-case "$1" in
-    upgrade|remove|purge)
-        octave -q -H --no-site-file --eval "pkg('rebuild');"
-        ;;
-    failed-upgrade|abort-install|abort-upgrade|disappear)
-        ;;
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        ;;
-esac
-
-
-exit 0
-




More information about the Pkg-octave-commit mailing list