Skip to content

Commit 92300f8

Browse files
committed
build/bin/sage-print-system-package-command: drop cygwin cases
1 parent a0346c9 commit 92300f8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/bin/sage-print-system-package-command

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ case $system:$command in
182182
slackware*:install)
183183
[ -n "$system_packages" ] && print_shell_command ${SUDO}slackpkg install $system_packages
184184
;;
185-
cygwin*:update)
186-
print_comment "first install apt-cyg from https://github.com/transcode-open/apt-cyg"
187-
;;
188-
cygwin*:install)
189-
[ -n "$system_packages" ] && print_shell_command apt-cyg install $system_packages
190-
;;
191185
freebsd*:install)
192186
[ -n "$system_packages" ] && print_shell_command ${SUDO}pkg install $system_packages
193187
;;

0 commit comments

Comments
 (0)