added --firstrun to the postinstall for minitel-util

This commit is contained in:
Izaya 2018-08-04 05:58:16 +10:00
parent e4c70beae4
commit 93e22d5409
2 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,8 @@
dependencies = {
["minitel"] = ""
},
dependencies = {
"mtcfg",
postinstall = {
"mtcfg --firstrun",
},
name = "Minitel Util",
description = "Assorted Minitel utilities",

View File

@ -56,6 +56,7 @@ end
if ops.firstrun then
print("Run mtcfg to configure advanced settings.")
return
end
local keytab = {}