|
|
|
#! /bin/sh
set -e
DOCDIR="/usr/share/doc/amphetamine"
if [ -d "$DOCDIR" -a ! -L "$DOCDIR" ]; then
rmdir --ignore-fail-on-non-empty "$DOCDIR"
if [ ! -d "$DOCDIR" ]; then
ln -s amphetamine-data "$DOCDIR"
fi
fi
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section
| Results 1 - 1 |