#!/bin/bash

# move stations lists files checksums of previous install to .old extension, we need it still. Fresh file comes with package content.
[ -f /usr/local/lib/antiXradio/stations.md5 ] && cp /usr/local/lib/antiXradio/stations.md5 /usr/local/lib/antiXradio/stations.md5.old # Deactivate this line if no stations lists come with current package version.
exit 0
