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
2019-04-02 13:47:35 -06: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