File: postinst

package info (click to toggle)
memprof 0.5.1-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,352 kB
  • ctags: 558
  • sloc: sh: 8,368; ansic: 4,904; makefile: 190
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

if [ "$1" = "configure" ]; then
  if [ -e /etc/gconf/schemas/memprof.schemas ]; then
  HOME=/root GCONF_CONFIG_SOURCE=xml::/etc/gconf/gconf.xml.defaults gconftool-2 \
  --makefile-install-rule /etc/gconf/schemas/memprof.schemas > /dev/null
  fi
fi

#DEBHELPER#

exit 0