Skip to content

Commit a27ebf8

Browse files
committed
feat: remove apx and add distrobox symlinks
1 parent f798924 commit a27ebf8

File tree

4 files changed

+7
-47
lines changed

4 files changed

+7
-47
lines changed

modules/00-vanilla-apx-stacks.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

modules/00-vanilla-apx.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

modules/998-distrobox-symlink.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# this module exists to allow legacy apx containers to locate distrobox executables
2+
name: distrobox-symlink
3+
type: shell
4+
commands:
5+
- mkdir -p /usr/share/apx/distrobox
6+
- ln -s /usr/bin/distrobox-init /usr/bin/distrobox-export /usr/bin/distrobox-host-exec /usr/share/apx/distrobox/

recipe.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ stages:
2828
includes:
2929
- modules/00-vanilla-abroot.yml
3030
- modules/00-vanilla-base-files.yml
31-
- modules/00-vanilla-apx.yml
32-
- modules/00-vanilla-apx-stacks.yml
3331
- modules/01-kernel.yml
3432
- modules/02-kernel-version-file.yml
3533
- modules/03-fswarn.yml
@@ -51,6 +49,7 @@ stages:
5149
- modules/120-fingerprint.yml
5250
- modules/140-manpages.yml
5351
- modules/150-init-executable.yml
52+
- modules/998-distrobox-symlink.yml
5453
- modules/998-podman-registry.yml
5554
- modules/999-replace-locale-gen.yml
5655
- modules/999-remove-grub-files.yml

0 commit comments

Comments
 (0)