This website requires JavaScript.
Explore
Help
Sign In
external
/
uhub
Watch
1
Star
0
Fork
You've already forked uhub
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2f830d3132
uhub
/
debian
/
uhub.postrm
7 lines
87 B
Bash
Raw
Blame
History
#!/bin/sh -e
if
[
"
$1
"
=
purge
]
;
then
update-rc.d uhub remove >/dev/null
fi
Reference in New Issue
View Git Blame
Copy Permalink