#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
	rm -f /var/lib/sntp/kod
fi




