[koules] 03/10: Drop old menu support

Stephen Kitt skitt at moszumanska.debian.org
Sat Oct 7 21:06:02 UTC 2017


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

skitt pushed a commit to branch master
in repository koules.

commit 0450036bc8bec5c7e06b16cf116617bf96bcf93b
Author: Stephen Kitt <steve at sk2.org>
Date:   Sat Sep 16 15:54:38 2017 +0200

    Drop old menu support
---
 debian/changelog       | 1 +
 debian/koules.menu     | 6 ------
 debian/koules.postinst | 3 ---
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41ac0f1..fb67977 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ koules (1.4-24) UNRELEASED; urgency=medium
 
   * Switch to https: VCS URIs (see #810378).
   * Switch to debhelper compatibility level 10.
+  * Drop old menu support.
 
  -- Stephen Kitt <skitt at debian.org>  Fri, 22 Jan 2016 19:01:49 +0100
 
diff --git a/debian/koules.menu b/debian/koules.menu
deleted file mode 100644
index e0b892e..0000000
--- a/debian/koules.menu
+++ /dev/null
@@ -1,6 +0,0 @@
-?package(koules):needs="X11" section="Games/Action"\
-  hints="X,2D"\
-  title="koules" command="/usr/games/xkoules"\
-  icon="/usr/share/pixmaps/koules.xpm" \
-  longtitle="Space action game for X11"
-
diff --git a/debian/koules.postinst b/debian/koules.postinst
index 0139f91..19b0753 100644
--- a/debian/koules.postinst
+++ b/debian/koules.postinst
@@ -7,9 +7,6 @@ set -e
 
 case "$1" in
     configure)
-    if [ -x /usr/bin/update-menus ] ; then
-      update-menus
-    fi
     if [ -d /usr/doc -a -h /usr/doc/koules -a -d /usr/share/doc/koules ]; then
       rm -f /usr/doc/koules
     fi

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



More information about the Pkg-games-commits mailing list