From be6c730baa2b997cab72cd918afc2b97a049fd07 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 25 Jan 2023 01:36:40 +0100 Subject: os.sh: remove unused routines --- %HOME%/.bash_utils/os.sh | 2 -- 1 file changed, 2 deletions(-) (limited to '%HOME%') diff --git a/%HOME%/.bash_utils/os.sh b/%HOME%/.bash_utils/os.sh index 1ba43ba..7a38ec9 100644 --- a/%HOME%/.bash_utils/os.sh +++ b/%HOME%/.bash_utils/os.sh @@ -43,8 +43,6 @@ os_is_mint() { test "$_os" == "$_MINT" ; } os_is_arch() { test "$_os" == "$_ARCH" -o "$_os" == "$_ARCH_ARM" ; } os_is_fedora() { test "$_os" == "$_FEDORA" ; } -os_is_debian_based() { os_is_ubuntu || os_is_mint ; } - # Cygwin pkg_list_cygwin() ( -- cgit v1.2.3