Commit 7deced75 authored by Seblu's avatar Seblu
Browse files

Fix removal warning message not displayed

parent 4cfadf6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@ post_upgrade() {

# arg 1:  the old package version
post_remove() {
  _warning_msg "$2" 'removed'
  _warning_msg "$1" 'removed'
}