postrm 110 B

12345
  1. #!/bin/bash
  2. if [ -e /usr/bin/AppFlowy ]; then
  3. rm /usr/bin/AppFlowy
  4. rm /usr/bin/AppFlowyLauncher.sh
  5. fi