File: postinst

package info (click to toggle)
fonts-manchufont 2.007.svn0068-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,956 kB
  • sloc: sh: 4; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
  dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-manchufont.hints 2.007.svn0068-2 -- "$@"
fi

#DEBHELPER#