[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.22-2-2-ga839da6

Ryan Kavanagh rak at moszumanska.debian.org
Fri Jan 5 16:48:28 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde//srv/git.debian.org/git/pkg-urxvt/pkg-urxvt.git;a=commitdiff;h=6b95409

The following commit has been merged in the master branch:
commit 6b954090346fa28299f64f623906c63ab2a93af2
Author: Ryan Kavanagh <rak at debian.org>
Date:   Fri Jan 5 11:28:19 2018 -0500

    Remove obsolete config file /etc/metu-methods/rxvt (Closes: #886388)
---
 debian/rxvt.postinst | 11 +++++++++++
 debian/rxvt.postrm   | 12 ++++++++++++
 debian/rxvt.preinst  |  5 +++++
 3 files changed, 28 insertions(+)

diff --git a/debian/rxvt.postinst b/debian/rxvt.postinst
new file mode 100644
index 0000000..82db51d
--- /dev/null
+++ b/debian/rxvt.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+set -e
+
+# Remove /etc/menu-methods/rxvt unless it was modified. See
+# dpkg-maintscript-helper(1) for details
+dpkg-maintscript-helper rm_conffile \
+  /etc/menu-methods/rxvt 1:2.7.10-7.1+urxvt9.22-3 rxvt -- "$@"
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/rxvt.postrm b/debian/rxvt.postrm
new file mode 100644
index 0000000..7175f56
--- /dev/null
+++ b/debian/rxvt.postrm
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+set -e
+
+# Remove /etc/menu-methods/rxvt unless it was modified. See
+# dpkg-maintscript-helper(1) for details
+dpkg-maintscript-helper rm_conffile \
+  /etc/menu-methods/rxvt 1:2.7.10-7.1+urxvt9.22-3 rxvt -- "$@"
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/rxvt.preinst b/debian/rxvt.preinst
index 8291533..8676722 100644
--- a/debian/rxvt.preinst
+++ b/debian/rxvt.preinst
@@ -20,6 +20,11 @@ case $1 in
     ;;
 esac
 
+# Remove /etc/menu-methods/rxvt unless it was modified. See
+# dpkg-maintscript-helper(1) for details
+dpkg-maintscript-helper rm_conffile \
+  /etc/menu-methods/rxvt 1:2.7.10-7.1+urxvt9.22-3 rxvt -- "$@"
+
 #DEBHELPER#
 
 exit 0

-- 
Git repository for pkg-urxvt



More information about the Pkg-urxvt-maintainers mailing list