[Pkg-voip-commits] r10518 - in /yate/trunk/debian: changelog yate-qt4.postinst yate-qt4.postrm

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Fri Jul 25 15:08:46 UTC 2014


Author: tzafrir
Date: Fri Jul 25 15:08:46 2014
New Revision: 10518

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10518
Log:
Run update-menus for yate-qt4.

Added:
    yate/trunk/debian/yate-qt4.postinst
    yate/trunk/debian/yate-qt4.postrm
Modified:
    yate/trunk/debian/changelog

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=10518&op=diff
==============================================================================
--- yate/trunk/debian/changelog	(original)
+++ yate/trunk/debian/changelog	Fri Jul 25 15:08:46 2014
@@ -5,6 +5,7 @@
   * Upstream patch to remove exec bit from modules (Closes: #714771).
   * yate-dev: Add missing dependency yate-qt4 (Closes: #715135).
   * Use private copies of dh_strip and dh_shlipdeps (See #35733).
+  * Run update-menus for yate-qt4.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Fri, 25 Jul 2014 09:43:02 +0300
 

Added: yate/trunk/debian/yate-qt4.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate-qt4.postinst?rev=10518&op=file
==============================================================================
--- yate/trunk/debian/yate-qt4.postinst	(added)
+++ yate/trunk/debian/yate-qt4.postinst	Fri Jul 25 15:08:46 2014
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
+        update-menus
+fi
+
+#DEBHELPER#
+

Added: yate/trunk/debian/yate-qt4.postrm
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate-qt4.postrm?rev=10518&op=file
==============================================================================
--- yate/trunk/debian/yate-qt4.postrm	(added)
+++ yate/trunk/debian/yate-qt4.postrm	Fri Jul 25 15:08:46 2014
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
+
+#DEBHELPER#
+




More information about the Pkg-voip-commits mailing list