properly cleanup pinta source

This commit is contained in:
Teja Swaroop Pothala 2025-05-02 04:23:59 -04:00
parent 7c572d1ce8
commit 396d4dd0ff
No known key found for this signature in database
GPG Key ID: DEBCE0B52FABDAAC

View File

@ -19,7 +19,7 @@ if grep -q Jammy /etc/os-release || grep -q Noble /etc/os-release; then
make install
# cleanup to reduce image size
rm -rf /tmp/pinta.tar.gz /tmp/pinta
rm -rf /tmp/pinta-${PINTA_VERSION}.tar.gz /tmp/pinta-${PINTA_VERSION}
apt remove -y libgtk-3-dev autotools-dev autoconf-archive gettext intltool libadwaita-1-dev jq build-essential
apt autoremove -y