xref: /aosp_15_r20/external/e2fsprogs/debian/libuuid1.postrm (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1*6a54128fSAndroid Build Coastguard Worker#!/bin/sh
2*6a54128fSAndroid Build Coastguard Workerset -e
3*6a54128fSAndroid Build Coastguard Workerif [ "$1" = purge ]
4*6a54128fSAndroid Build Coastguard Workerthen
5*6a54128fSAndroid Build Coastguard Worker	rm -rf /var/lib/libuuid
6*6a54128fSAndroid Build Coastguard Workerfi
7*6a54128fSAndroid Build Coastguard Worker
8*6a54128fSAndroid Build Coastguard Worker#DEBHELPER#
9*6a54128fSAndroid Build Coastguard Worker
10*6a54128fSAndroid Build Coastguard Workerexit 0
11