[PATCH 07/14] Dropped the no longer required postinst/prerm scripts

ryanakca at kubuntu.org ryanakca at kubuntu.org
Fri Jul 24 17:54:22 UTC 2009


From: Ryan Kavanagh <ryanakca at kubuntu.org>

---
 debian/rumor.postinst |   12 ------------
 debian/rumor.prerm    |    8 --------
 2 files changed, 0 insertions(+), 20 deletions(-)
 delete mode 100644 debian/rumor.postinst
 delete mode 100644 debian/rumor.prerm

diff --git a/debian/rumor.postinst b/debian/rumor.postinst
deleted file mode 100644
index d6674e0..0000000
--- a/debian/rumor.postinst
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-install-info --quiet --section Sound Sound /usr/share/info/rumor.info.gz
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/rumor.prerm b/debian/rumor.prerm
deleted file mode 100644
index 77e3bc5..0000000
--- a/debian/rumor.prerm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-install-info --quiet --remove-exactly /usr/share/path/to/rumor.info
-
-#DEBHELPER#
-
-exit 0 
-- 
1.6.3.3




More information about the pkg-multimedia-maintainers mailing list