[Pkg-wmaker-commits] [wmsun] 59/73: debian/{post*,README.Debian}: Remove files; rendered obsolete by dh_installmenu and/or the removal of debconf in version 1.03-23.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 12:04:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmsun.

commit c43da5dd7b245a4e72bd06e5cde860c5f65ef32f
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Jun 15 22:02:15 2015 -0500

    debian/{post*,README.Debian}: Remove files; rendered obsolete by
    dh_installmenu and/or the removal of debconf in version 1.03-23.
---
 debian/README.Debian |  7 -------
 debian/postinst      | 10 ----------
 debian/postrm        | 17 -----------------
 3 files changed, 34 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 3602ae6..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,7 +0,0 @@
-The user's latitude and longitude are needed for wmSun to work correctly. They
-may be found at http://www.tageo.com/, positive is north/west, negative is
-south/east. These have to be specified using the "-lat" and "-lon" command
-line arguments. For the X menu system, please copy "/usr/share/menu/wmsun" to
-"/etc/menu/wmsun", add latitude and longitude there, and call "update-menus".
-
- -- Martin A. Godisch <godisch at debian.org>  Sun, 25 Mar 2007 10:27:18 +0200
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index e320b38..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-#DEBHELPER#
-
-set -e
-
-if [ "$1" = configure ] && [ -x /usr/bin/update-menus ]; then
-	update-menus
-fi
-
-exit 0
diff --git a/debian/postrm b/debian/postrm
deleted file mode 100644
index 6faac76..0000000
--- a/debian/postrm
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#DEBHELPER#
-
-set -e
-
-if [ "$1" = purge ]; then
-	if [ -x /usr/bin/ucf ]; then
-		ucf --purge /etc/menu/wmsun
-	fi
-	rm -f /etc/menu/wmsun /etc/menu/wmsun.*
-fi
-
-if [ -x /usr/bin/update-menus ]; then
-	update-menus
-fi
-
-exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmsun.git



More information about the Pkg-wmaker-commits mailing list