aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 01:36:40 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 01:36:40 +0100
commitbe6c730baa2b997cab72cd918afc2b97a049fd07 (patch)
treeb8346dd407c204de650764743c524efd1bb17b08
parentcxx.sh: remove unused routines (diff)
downloadlinux-home-be6c730baa2b997cab72cd918afc2b97a049fd07.tar.gz
linux-home-be6c730baa2b997cab72cd918afc2b97a049fd07.zip
os.sh: remove unused routines
Diffstat (limited to '')
-rw-r--r--%HOME%/.bash_utils/os.sh2
1 files changed, 0 insertions, 2 deletions
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() (