1 Commits

Author SHA1 Message Date
Jay Larson
c635cf014c Removed debug messages in usher 2017-05-20 09:26:33 -05:00
2 changed files with 1 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ DESC = This package supplies the base system init scripts for sysvinit
ARCHIVE := ''
SRCDIR := $(PWD)/SRC/initscripts
PATCHDIR := $(PWD)/SRC/patches
VERSION := 1.1-0
VERSION := 1.1-1
include /usr/share/snap/Makefile.snaplinux

View File

@@ -7,10 +7,6 @@ case $1 in
exit 0
;;
postinst)
echo "[ENVIRONMENT]\n"
env
echo "TARGET: ${TARGET}"
if [[ ${TARGET} ]]; then
chroot ${TARGET} update-rc required
else