From 03459caabcfb3546391840baddb7858cc0780510 Mon Sep 17 00:00:00 2001 From: hummypkg Date: Sun, 20 Nov 2016 15:46:50 +0000 Subject: [PATCH] remove old strip-update task git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3359 2a923420-c742-0410-a762-8d5b09965624 --- CONTROL/postinst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTROL/postinst b/CONTROL/postinst index 8c2b4a5a..bd37d835 100755 --- a/CONTROL/postinst +++ b/CONTROL/postinst @@ -37,14 +37,14 @@ $PKG_ROOT/etc/init.d/S02anacron start < /dev/null > /dev/null 2>&1 & [ -f /tmp/webif_auto.log ] && rm -f /tmp/webif_auto.log -if [ ! -f /mod/webif/.strip-updated ]; then - echo "*********************************" - echo "* Please wait while any shrunk recordings are flagged..." - echo "*********************************" - /mod/webif/lib/bin/strip-update - - touch /mod/webif/.strip-updated -fi +#if [ ! -f /mod/webif/.strip-updated ]; then +# echo "*********************************" +# echo "* Please wait while any shrunk recordings are flagged..." +# echo "*********************************" +# /mod/webif/lib/bin/strip-update +# +# touch /mod/webif/.strip-updated +#fi /mod/webif/lib/bin/diskattrs #/mod/webif/lib/bin/resetnew