Skip to content

Commit

Permalink
Hardware Probe needs Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jun 11, 2021
1 parent b148e14 commit b6811af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/script.hello
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ rm -rf "${uzip}"/usr/local/*-portbld-*/ # What is it; is it actually needed? htt
# installed whenever the file that is needed is missing. Good!
chroot ${uzip} sh -c 'for FILE in $(pkg list spidermonkey78) ; do rm $FILE ; done' # Delete the contents of the spidermonkey78 package while keeping the package "installed"
chroot ${uzip} sh -c 'for FILE in $(pkg list adwaita-icon-theme) ; do rm $FILE ; done' # Was: rm -rf "${uzip}"/usr/local/share/icons/Adwaita
chroot ${uzip} sh -c 'for FILE in $(pkg list perl5) ; do rm $FILE ; done'
# chroot ${uzip} sh -c 'for FILE in $(pkg list perl5) ; do rm $FILE ; done' # FIXME: Hardware Probe needs Perl
# A more proper way to do this would not require us the unwanted packages in the first place. There should really be a global blacklist of unwanted packages!
# * Debian can do: Install the package with '--ignore-depends', then edit /var/lib/dpkg/status to remove unwanted packages, then run 'apt-get -f install'
# * Unpack the pkg, remove the dependency, repack the pkg, then install - https://serverfault.com/a/859394
Expand Down

0 comments on commit b6811af

Please sign in to comment.