This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
FlashBackPro/FlashBackCompile/FlashBack/DEBIAN/postinst
2019-12-25 22:18:54 -07:00

7 lines
126 B
Bash
Executable file

#!/bin/bash
ldid -S/Library/FlashBack/enti.xml /Applications/FlashBack.app/FlashBack
rm /Library/FlashBack/enti.xml
exit 0