D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
uuid-runtime.prerm
back
Copy
#!/bin/sh set -e # Automatically added by dh_installinit/12.10ubuntu1 if [ -x "/etc/init.d/uuidd" ] && [ "$1" = remove ]; then invoke-rc.d uuidd stop || exit 1 fi # End automatically added section