This website requires JavaScript.
Explore
Help
Sign In
p71924506
/
aosp12
Watch
1
Star
0
Fork
You've already forked aosp12
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
aosp12
/
external
/
e2fsprogs
/
debian
/
uuid-runtime.prerm
11 lines
101 B
Bash
Raw
Permalink
Blame
History
#! /bin/sh
set
-e
if
[
-x /usr/sbin/uuidd
]
then
/usr/sbin/uuidd -k
||
true
fi
#DEBHELPER#
exit
0
Reference in New Issue
View Git Blame
Copy Permalink