From 7839aa66a48d4f71e70e29264dba7fc5415e7d00 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 20 May 2021 01:51:46 -0400 Subject: [PATCH] Remove rxvt-unicode from checkversion --- checkversion | 3 --- 1 file changed, 3 deletions(-) diff --git a/checkversion b/checkversion index e53f48f..641194d 100755 --- a/checkversion +++ b/checkversion @@ -62,9 +62,6 @@ function repopkg_check() { # Enter the package root directory cd "$package_rootdir" || exit - # Check against the repository versions - repo_check rxvt-unicode-sgr-mouse rxvt-unicode - # Return to the script folder cd "$script_directory" || exit }