Added postinst (git lfs install) and prerm (git lfs uninstall) scripts to Debian deb. These will run as root and so will operate at the new --system scope.

This commit is contained in:
Brett Randall 2016-04-25 17:31:12 +10:00
parent fb1e26ceb8
commit 7c4db5710c
2 changed files with 4 additions and 0 deletions

2
debian/postinst vendored Normal file

@ -0,0 +1,2 @@
#!/bin/sh
git lfs install

2
debian/prerm vendored Normal file

@ -0,0 +1,2 @@
#!/bin/sh
git lfs uninstall