HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/msys64/var/lib/pacman/local/dash-0.5.11.5-2/install
post_install() {
  grep -q '/usr/bin/ash' etc/shells || echo '/usr/bin/ash' >> etc/shells
  grep -q '/usr/bin/dash' etc/shells || echo '/usr/bin/dash' >> etc/shells
}

post_upgrade() {
  post_install
}

pre_remove() {
  sed -i '/^\/usr\/bin\/ash/d' etc/shells
  sed -i '/^\/usr\/bin\/dash/d' etc/shells
}