mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
Imported using git-ubuntu import. Changelog parent: 99a5bff9d95cb53fb5b84ddb4c3ca001e3f2ac2b New changelog entries: * live-build/ubuntu-desktop-next/hooks/11-remove-extra-packages.chroot: - remove click from desktop-next
7 lines
80 B
Bash
7 lines
80 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# we don't want click on snappy image
|
|
apt-get purge -y click
|