mirror of https://github.com/mpv-player/mpv
postinst should pass control to debconf scripts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8910 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dd8c924bae
commit
5f112db5ee
|
@ -85,3 +85,10 @@ sub saveolddata {
|
||||||
sub debug {
|
sub debug {
|
||||||
print STDERR @_, "\n";
|
print STDERR @_, "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# pass control to debhelper scripts..
|
||||||
|
#
|
||||||
|
system <<EODEBHELPER;
|
||||||
|
#DEBHELPER#
|
||||||
|
EODEBHELPER
|
||||||
|
|
Loading…
Reference in New Issue