summaryrefslogtreecommitdiff
path: root/snap/hooks
AgeCommit message (Collapse)Author
2019-06-28[bug] use python3, newest ubuntu does not ship python binKali Kaneko (leap communications)
2019-01-17[pkg] snap: don't use subprocess.run on the post-install hookRuben Pollan
- Resolves: #53
2018-12-28[bug] snap post install: add support to python2Ruben Pollan
Some old systems doesn't have python3 installed by default. Let's keep support for both python3 and python2 in our post installation script. `subprocess.run` doesn't exist on python2. - Resolves: #53
2018-10-09[pkg] unlink system-wide desktop entryKali Kaneko (leap communications)
2018-10-05[pkg] add build_snap targetKali Kaneko (leap communications)
2018-10-05[pkg] add desktop entry in debianKali Kaneko (leap communications)
as a workaround for snap desktop entries not being available system-wide there
2018-09-05[pkg] create snaps with the standalone versionRuben Pollan