From e6c4be2ac24f51c7a99e5b37b6bf3306dd2999c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net>
Date: Sat, 3 Feb 2018 14:13:15 +0100
Subject: [PATCH] Fix removal warning message not displayed

---
 linux-seblu.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux-seblu.install b/linux-seblu.install
index 5699b53..ff0b000 100644
--- a/linux-seblu.install
+++ b/linux-seblu.install
@@ -23,5 +23,5 @@ post_upgrade() {
 
 # arg 1:  the old package version
 post_remove() {
-  _warning_msg "$2" 'removed'
+  _warning_msg "$1" 'removed'
 }
-- 
GitLab