Skip to content
Snippets Groups Projects
Unverified Commit 16bf5e3e authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: remove obsolete sysconfig.gluon_version handling

The file /lib/gluon/version/core hasn't existed since early 2014, so
this whole script is obsolete.
parent 65da23ad
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/lua
local sysconfig = require 'gluon.sysconfig'
local unistd = require 'posix.unistd'
if unistd.access('/lib/gluon/version/core') and not sysconfig.gluon_version then
-- This isn't an initial upgrade, so set gluon_version
sysconfig.gluon_version = ''
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment