Skip to content

Commit

Permalink
feat(scripts): add desktop script for post-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Apr 27, 2024
1 parent 7908566 commit 8e69a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/generate-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ for i in $@; do
/usr/share/aoscbootstrap/scripts/enable-nvidia-drivers.sh \
-s \
/usr/share/aoscbootstrap/scripts/enable-dkms.sh \
-s \
/usr/share/aoscbootstrap/scripts/desktop.sh \
--include-files /usr/share/aoscbootstrap/recipes/$i.lst \
--export-tar-xz os-${ARCH:-$(dpkg --print-architecture)}/$i/aosc-os_${i}_$(date +%Y%m%d)_${ARCH:-$(dpkg --print-architecture)}.tar.xz \
--export-squashfs os-${ARCH:-$(dpkg --print-architecture)}/$i/aosc-os_${i}_$(date +%Y%m%d)_${ARCH:-$(dpkg --print-architecture)}.squashfs
Expand Down
2 changes: 2 additions & 0 deletions scripts/desktop.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
echo "Removing Plasma wallpapers ..."
oma purge plasma-workspace-wallpapers --yes

0 comments on commit 8e69a3a

Please sign in to comment.