From 01997497f915e8f79871f3f2acb55ac465051d24 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:49:59 +0200 Subject: Adding debian version 6.1.76-1. Signed-off-by: Daniel Baumann --- debian/linux-perf.postinst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/linux-perf.postinst (limited to 'debian/linux-perf.postinst') diff --git a/debian/linux-perf.postinst b/debian/linux-perf.postinst new file mode 100644 index 000000000..d38695a05 --- /dev/null +++ b/debian/linux-perf.postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +old_version_suffix="$(echo "$2" | sed -rn 's/^([0-9]+\.[0-9]+).*/\1/p')" +if [ "$old_version_suffix" ]; then + dpkg-maintscript-helper symlink_to_dir \ + /usr/share/doc/linux-perf "linux-perf-${old_version_suffix}" 5.16\~rc8-1\~exp1 linux-perf -- "$@" +fi + +#DEBHELPER# -- cgit v1.2.3