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.
FlashBackCompile/FlashBack/DEBIAN/postinst

8 lines
204 B
Bash
Executable file

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