wesbarnett / snap-pac

Pacman hooks that use snapper to create pre/post btrfs snapshots like openSUSE's YaST
GNU General Public License v2.0
180 stars 14 forks source link

Fix installation error #43

Closed wesbarnett closed 3 years ago

wesbarnett commented 3 years ago

If the pre snapshot file is missing during a post snaphost request (like during installation) a snapshot is still taken but of type single. Without this, the installation will show an error during the post hook right after snap-pac is installed since hooks are installed immediately, even though the program is successfully installed.