File: postrm

package info (click to toggle)
vold 1.1-9
  • links: PTS
  • area: main
  • in suites: potato
  • size: 112 kB
  • ctags: 66
  • sloc: cpp: 508; makefile: 56; sh: 31; perl: 16
file content (5 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh

if [ purge = "$1" ]; then
    update-rc.d vold remove >/dev/null
fi