Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
35648c96
Commit
35648c96
authored
Jul 23, 2019
by
Jan Groenewald
Browse files
Fix /var/run -> /run in aims-release-upgrade
parent
f15a7c27
Changes
2
Hide whitespace changes
Inline
Side-by-side
2018.1/aims-desktop-2017/bin/aims-release-upgrade
View file @
35648c96
...
...
@@ -11,6 +11,9 @@
export
DEBIAN_FRONTEND
=
"noninteractive"
#export DPKG_OPTIONS='-o Dpkg::Options::="--force-confold"'
# Fix very old AIMS Desktop 2017 installs where /var/run was not a symlink to /run
[
!
-L
/var/run
]
&&
(
mv
-f
/var/run/
*
/run
;
rmdir
--ignore-fail-on-non-empty
/var/run
;
ln
-s
/run /var/run
)
# Resume if we have a partial install...
echo
" * Checking whether your Debian 9 Stretch system is in a consistent state."
echo
" * Configuring all packages..."
...
...
2018.1/aims-desktop-2017/debian/changelog
View file @
35648c96
aims-desktop (2:2019.07.18) stretch; urgency=medium
* Fix /var/run -> /run in aims-release-upgrade
-- Jan Groenewald <jan@aims.ac.za> Tue, 23 Jul 2019 09:48:40 +0000
aims-desktop (2:2019.07.17) stretch; urgency=medium
* Remove locally installed /usr/local/share/jupyter/kernels/ir in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment