File: preinst

package info (click to toggle)
fonts-mplus 049-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 56,364 kB
  • sloc: sh: 8; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e 

CFILE='/etc/defoma/hints/ttf-mplus.hints'
if dpkg-maintscript-helper supports rm_conffile; then
    dpkg-maintscript-helper rm_conffile $CFILE 040-1 -- "$@"
fi

#DEBHELPER#