mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
14 lines
229 B
Text
14 lines
229 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
if [ "$1" = "configure" ]; then
|
||
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||
|
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gstreamer.schemas > /dev/null
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|
||
|
|