Remove rxvt-unicode from checkversion

This commit is contained in:
Kevin MacMartin 2021-05-20 01:51:46 -04:00
parent 9a92482902
commit 7839aa66a4

View file

@ -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
}