#!/bin/sh -e

PKG="byobu"

# Remove helper symlinks
for i in /usr/bin/screen-profiles-status /usr/bin/screen-launcher; do
	[ -h "$i" ] && rm -f "$i"
done

#DEBHELPER#
