Skip to content

Commit

Permalink
Add call to lxplug-ejecter external eject command
Browse files Browse the repository at this point in the history
  • Loading branch information
spl237 committed Sep 2, 2021
1 parent 2dd3fe4 commit 1697329
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
piclone (0.24) bullseye; urgency=medium

* Add call to lxplug-ejecter external eject command at end

-- Simon Long <simon@raspberrypi.com> Thu, 02 Sep 2021 12:06:59 +0100

piclone (0.23) bullseye; urgency=medium

* Added Italian translation
Expand Down
1 change: 1 addition & 0 deletions src/piclone.c
Expand Up @@ -583,6 +583,7 @@ static gpointer backup_thread (gpointer data)
CANCEL_CHECK;
}

sys_printf ("lxpanelctl command ejecter %s", dst_dev);
terminate_dialog (_("Copy complete."));
return NULL;
}
Expand Down

0 comments on commit 1697329

Please sign in to comment.