#!/bin/sh -e
# Clean up after cvs's dreadful symlink handling, by making all the symlinks
# this package needs.
ln -sf linuxnews-ticker freshmeat-ticker
ln -sf linuxnews-ticker.1 freshmeat-ticker.1
ln -sf linuxnews-ticker slashdot-ticker
ln -sf linuxnews-ticker.1 slashdot-ticker.1
ln -sf debian/changelog CHANGES
