summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-12 13:34:06 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-12 13:34:06 +0000
commit5f112db5ee89528e215843f508f02d5507e11d84 (patch)
treed7a8bc5658b03880a3c3124b9e7f29ac069518a8 /debian
parentdd8c924baead299a2977ca99fb95973e35d04d5c (diff)
downloadmpv-5f112db5ee89528e215843f508f02d5507e11d84.tar.bz2
mpv-5f112db5ee89528e215843f508f02d5507e11d84.tar.xz
postinst should pass control to debconf scripts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8910 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/postinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst
index 85fc11e227..2534472b2c 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -85,3 +85,10 @@ sub saveolddata {
sub debug {
print STDERR @_, "\n";
}
+
+
+# pass control to debhelper scripts..
+#
+system <<EODEBHELPER;
+#DEBHELPER#
+EODEBHELPER