File: apt.conf

package info (click to toggle)
flashybrid 0.18
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 212 kB
  • ctags: 4
  • sloc: sh: 193; makefile: 45
file content (4 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (5)
1
2
3
4
// Before running apt, we need a mount the disk on read-write state
DPkg::Pre-Invoke {"mountrw";};
// Run fh-sync to copy over any files that dpkg changed.
DPkg::Post-Invoke {"fh-sync";};