File: apt.conf

package info (click to toggle)
flashybrid 0.17
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 212 kB
  • sloc: sh: 194; 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";};