Skip to content

Commit

Permalink
Only backup if splashscreens are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Aug 22, 2023
1 parent b6fa01a commit 1f0d939
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/changescrn/package
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ package() {
}

configure() {
changescrn -b
if [ ! -d /opt/usr/share/backupscrns ] || [ -z "$(ls -A /opt/usr/share/backupscrns)" ]; then
changescrn -b
fi
}

preremove() {
Expand Down

0 comments on commit 1f0d939

Please sign in to comment.