From c873a2e5887c297c634af47fb698fea03fd58f09 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 9 Nov 2019 23:43:36 -0700 Subject: [PATCH] tweaks --- lzwfs/.package | 5 +++-- mbs/.package | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lzwfs/.package b/lzwfs/.package index bf2b08b..de6fbbd 100644 --- a/lzwfs/.package +++ b/lzwfs/.package @@ -1,7 +1,8 @@ { title = 'Disk compression', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/lzwfs', - description = [[ Disk compression ]], + description = [[Transparent file compression. +Go to System->Compression to activate]], license = 'MIT', install = [[ local Util = require('opus.util') @@ -13,7 +14,7 @@ 'sys/', 'usr/config/', } - } + }) local boot = Util.readTable('.startup.boot') table.insert(boot.preload, 1, '/packages/lzwfs/startup.lua') Util.writeTable('.startup.boot', boot) diff --git a/mbs/.package b/mbs/.package index 55e5571..4b6b49f 100644 --- a/mbs/.package +++ b/mbs/.package @@ -13,5 +13,6 @@ MBS is a series of utilities for improving the default CraftOS experience. ]], uninstall = [[ require('opus.alternate').remove('shell', '.mbs/bin/shell.lua') + fs.delete('.mbs') ]], }