This commit is contained in:
dmacias72 2016-03-11 19:37:38 -07:00
parent 84feba3f1c
commit 86524b2465
2 changed files with 0 additions and 8 deletions

View File

@ -162,10 +162,6 @@ else
if [ -d $OLDPLG ]; then
rm -rf $OLDPLG
fi
if [ -e /boot/config/plugins/shellinabox-plugin.plg ]; then
rm -rf /boot/config/plugins/shellinabox-plugin.plg
rm -f /var/log/plugins/shellinabox-plugin.plg
fi
# upgrade package
upgradepkg --install-new &plgPATH;/&plgNAME;.txz

View File

@ -162,10 +162,6 @@ else
if [ -d $OLDPLG ]; then
rm -rf $OLDPLG
fi
if [ -f $OLDPLG.plg ]; then
rm -rf $OLDPLG.plg
rm -f /var/log/plugins/shellinabox-plugin.plg
fi
# upgrade package
upgradepkg --install-new &plgPATH;/&plgNAME;.txz