From 8c6769e73cb4f481746e250be7a49848500a0950 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 9 Aug 2007 15:59:57 +0000 Subject: [PATCH] (un)install scripts for wxaddons and wxversion packages git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/python-wxaddons.postinst | 6 ++++++ debian/python-wxaddons.prerm | 6 ++++++ debian/python-wxversion.postinst | 6 ++++++ debian/python-wxversion.prerm | 6 ++++++ 4 files changed, 24 insertions(+) create mode 100644 debian/python-wxaddons.postinst create mode 100644 debian/python-wxaddons.prerm create mode 100644 debian/python-wxversion.postinst create mode 100644 debian/python-wxversion.prerm diff --git a/debian/python-wxaddons.postinst b/debian/python-wxaddons.postinst new file mode 100644 index 0000000000..1f6866ca64 --- /dev/null +++ b/debian/python-wxaddons.postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + diff --git a/debian/python-wxaddons.prerm b/debian/python-wxaddons.prerm new file mode 100644 index 0000000000..1f6866ca64 --- /dev/null +++ b/debian/python-wxaddons.prerm @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + diff --git a/debian/python-wxversion.postinst b/debian/python-wxversion.postinst new file mode 100644 index 0000000000..1f6866ca64 --- /dev/null +++ b/debian/python-wxversion.postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + diff --git a/debian/python-wxversion.prerm b/debian/python-wxversion.prerm new file mode 100644 index 0000000000..1f6866ca64 --- /dev/null +++ b/debian/python-wxversion.prerm @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +#DEBHELPER# +