Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Rename the package and everything else from ubuntu-core-launcher to snap-run #1
Merged
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
Jump to file or symbol
Failed to load files and symbols.
| @@ -1,2 +1,2 @@ | ||
| -src/ubuntu-core-launcher | ||
| +src/snap-run | ||
| src/tmp |
| @@ -0,0 +1,2 @@ | ||
| +#!/bin/sh | ||
| +exec /usr/bin/snap-run "$@" |
| @@ -1 +0,0 @@ | ||
| -debian/usr.bin.ubuntu-core-launcher etc/apparmor.d |
| @@ -0,0 +1,3 @@ | ||
| +debian/usr.bin.snap-run etc/apparmor.d | ||
| +usr/* | ||
| +lib/* |
| @@ -0,0 +1 @@ | ||
| +compat/ubuntu-core-launcher usr/bin |
| @@ -0,0 +1,14 @@ | ||
| +#!/bin/sh | ||
| + | ||
| +# XXX: doesn't seem to really work in practice. Perhaps the version needs love | ||
| +dpkg-maintscript-helper rm_conffile \ | ||
mvo5
Contributor
|
||
| + /etc/apparmor.d/usr.bin.ubuntu-core-launcher 2.0~ -- "$@" | ||
| + | ||
| +case $1 in | ||
| + configure) | ||
| + # remove current profile so that the pass-through can still run | ||
| + if [ -e /sys/kernel/security/apparmor/.remove ]; then | ||
| + echo -n '/usr/bin/ubuntu-core-launcher' > /sys/kernel/security/apparmor/.remove | ||
| + fi | ||
| + ;; | ||
| +esac | ||
| @@ -0,0 +1,3 @@ | ||
| +#!/bin/sh | ||
| +dpkg-maintscript-helper rm_conffile \ | ||
| + /etc/apparmor.d/usr.bin.ubuntu-core-launcher 2.0~ -- "$@" |
| @@ -0,0 +1,3 @@ | ||
| +#!/bin/sh | ||
| +dpkg-maintscript-helper rm_conffile \ | ||
| + /etc/apparmor.d/usr.bin.ubuntu-core-launcher 2.0~ -- "$@" |
You could add
Section: oldlibsas a further (informal) clue that this is a transitional thing.