7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
# Remove the module and its data file
|
||
|
rm -f /usr/lib/unrandomize_uuid_generate_random.so
|
||
|
rm -f /var/cache/unrandomize_uuid_generate_random.sequence_number
|