sanoid/packages/debian/postinst

5 lines
120 B
Bash
Executable File

#!/bin/bash
# remove old cache file
[ -f /var/cache/sanoidsnapshots.txt ] && rm /var/cache/sanoidsnapshots.txt || true