Skip to content

Commit afa128f

Browse files
committed
remove old patches
The new implementation was already merged.
1 parent 1ceedbe commit afa128f

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

recipe.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -134,35 +134,3 @@ stages:
134134
- rm -rf /tmp/*
135135
- rm -rf /var/tmp/*
136136
- rm -rf /sources
137-
138-
- name: patch-packagekit-plugin-remove
139-
type: shell
140-
commands:
141-
- rm /usr/lib/*/gnome-software/plugins-*/libgs_plugin_packagekit.so
142-
143-
- name: patch-boot-scripts
144-
type: shell
145-
commands:
146-
- mkdir -p /usr/libexec/
147-
- mv /usr/sbin/grub-mkconfig /usr/libexec/
148-
- mv /usr/sbin/update-grub /usr/libexec/
149-
- touch /usr/sbin/grub-mkconfig
150-
- chmod +x /usr/sbin/grub-mkconfig
151-
- echo '#!/bin/bash' >> /usr/sbin/grub-mkconfig
152-
- echo '/usr/libexec/grub-mkconfig "$@"' >> /usr/sbin/grub-mkconfig
153-
- echo 'rm /usr/sbin/grub-mkconfig' >> /usr/sbin/grub-mkconfig
154-
155-
- name: patch-vso-gnome-ext
156-
type: shell
157-
commands:
158-
- mkdir -p /tmp/patch-vso-gnome-ext
159-
- wget -P /tmp/patch-vso-gnome-ext https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.3.tar.gz
160-
- tar -xv -C /tmp/patch-vso-gnome-ext/ -f /tmp/patch-vso-gnome-ext/1.3.tar.gz
161-
- rm -r /usr/share/gnome-shell/extensions/vso\@vanillaos.org
162-
- mv /tmp/patch-vso-gnome-ext/vso-gnome-ext-1.3/vso\@vanillaos.org /usr/share/gnome-shell/extensions/vso\@vanillaos.org
163-
- rm -r /tmp/patch-vso-gnome-ext
164-
165-
- name: patch-ssh-host-keys
166-
type: shell
167-
commands:
168-
- rm /etc/ssh/ssh_host_*key*

0 commit comments

Comments
 (0)