Newer
Older
Import / applications / Photoframe / clean.sh
@John Ryland John Ryland on 10 Jan 2021 310 bytes move to using the shell scripts
#!/bin/bash
#
# Script to clean Photoframe
# By John Ryland
# InvertedLogic 2009
#

rm -rf libexif/libexif-0.6.17
rm -rf include
rm -rf bin
rm -rf lib
rm -rf release
rm -rf debug
rm -f lib/*.*
rm -f i18n/*.qm
rm -f qdevelop-settings.db
rm -f Makefile
rm -f *.Debug
rm -f *.Release
rm -f dpf.ini
rm -f .qmake.*