11 lines
346 B
Bash
Executable File
11 lines
346 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
dpkg-maintscript-helper rm_conffile \
|
|
/etc/fonts/conf.avail/25-arphic-uming-nobitmaps.conf 0.2.20080216.2-6~ fonts-arphic-uming -- "$@"
|
|
|
|
# Automatically added by dh_installdeb/12.1.1ubuntu1
|
|
dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-arphic-uming.hints 0.2.20080216.2-1 -- "$@"
|
|
# End automatically added section
|
|
|