Description: Comment hardcoded installation path
 When test on chroot build (local). The installation was ok
 however, the official build system complained about
 invalid path /usr/local/bin/woeusbgui. Comment this
 installation in setup.py to stop using that path
 (so does custom launcher)
 .
 woeusb-ng (0.2.12-1parrot1) parrot-updates; urgency=medium
 .
   * Initial release
Author: Nong Hoang Tu <dmknght@parrotsec.org>

---
Last-Update: 2023-03-12

--- woeusb-ng-0.2.12.orig/setup.py
+++ woeusb-ng-0.2.12/setup.py
@@ -42,7 +42,7 @@ class PostInstallCommand(install):
     """Post-installation for installation mode."""
 
     def run(self):
-        post_install()
+        # post_install()
         install.run(self)
 
 
