File: postinst

package info (click to toggle)
lock-keys-applet 1.0-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,880 kB
  • ctags: 70
  • sloc: sh: 8,088; ansic: 486; xml: 290; makefile: 62
file content (12 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e

# Update scrollkeeper database.
if [ "$1" = "configure" ]; then
 scrollkeeper-update -q
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#