Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9011dcc5b7
)
pull/92/head
parent
73995fbed8
commit
ef2bc56fd3
@ -0,0 +1 @@
|
|||||||
|
../../squeeze/metapackages/trinity-slax
|
@ -0,0 +1,28 @@
|
|||||||
|
#! /bin/sh -e
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
|
||||||
|
configure)
|
||||||
|
if [ ! -f /root/.trinity/share/config/kpersonalizerrc ]; then
|
||||||
|
[ -d /root/.trinity/share/config ] ||
|
||||||
|
mkdir -p /root/.trinity/share/config
|
||||||
|
cat >/root/.trinity/share/config/kpersonalizerrc <<kpersonalizerrc
|
||||||
|
[General]
|
||||||
|
FirstLogin=false
|
||||||
|
kpersonalizerrc
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
|
||||||
|
abort-upgrade)
|
||||||
|
;;
|
||||||
|
|
||||||
|
*)
|
||||||
|
echo "preinst called with unknown argument \`$1'" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
|
||||||
|
esac
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Reference in new issue