#!/bin/sh -e

PKG="byobu"

# If removing Byobu, ensure that we clean up this launch-by-default
# symlink, if it exists
rm -f /etc/profile.d/Z98-$PKG.sh

# Clean-up obsolete config file
rm -f /etc/byobu/statusrc || true

#DEBHELPER#

# vi: syntax=sh ts=4 noexpandtab
