Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
added a postinst script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra authored and Alexandra committed Nov 26, 2022
1 parent d1d4ad8 commit f09ee57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layout/DEBIAN/postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

if [ -d /var/mobile/Documents/dev.traurige/ ]; then
chown -R mobile:mobile /var/mobile/Documents/dev.traurige/
fi

0 comments on commit f09ee57

Please sign in to comment.