File: prerm

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 (6 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh

echo "Stopping vold"
/etc/init.d/vold stop

exit 0