This website requires JavaScript.
Explore
Help
Register
Sign In
rk3588-game
/
android13
Watch
3
Star
0
Fork
You've already forked android13
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
android13
/
external
/
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