blob: f077001199536c0400542d69486e6cfdad0a188e [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#!/bin/sh
2set -e
3if [ "$1" = purge ]
4then
5 rm -rf /var/run/uuidd
6fi
7
8#DEBHELPER#
9
10exit 0