File: rapiddisk-on-boot_kernel_prerm

package info (click to toggle)
rapiddisk 9.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: ansic: 6,760; sh: 1,364; makefile: 325; python: 105
file content (6 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh

# We're passed the version of the kernel being removed
inst_kern=$1
rapiddisk-on-boot --uninstall --kernel="$inst_kern" --skip-kernel-check --force || true
exit 0