This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
e2fsprogs
mirror of
https://gitee.com/openkylin/e2fsprogs.git
Watch
9
Star
0
Fork
You've already forked e2fsprogs
0
Code
Issues
Projects
Releases
Wiki
Activity
upstream
e2fsprogs
/
debian
/
uuid-runtime.postrm
11 lines
89 B
Bash
Raw
Permalink
Blame
History
#!/bin/sh
set
-e
if
[
"
$1
"
=
purge
]
then
rm -rf /var/run/uuidd
fi
#DEBHELPER#
exit
0
Reference in New Issue
View Git Blame
Copy Permalink