home *** CD-ROM | disk | FTP | other *** search
- For Debian developer
- ====================
-
- You need to call scrollkeeper-update like that in your scripts. You should
- never package all files generated by scrollkeeper during the build process
- in /var/lib/scrollkeeper. Also your package need to depends on scrollkeeper
- (>= 0.3.14-5) for xml catalogs.
-
- -----------------postinst---------------------
- if [ "$1" = "configure" ]; then
- scrollkeeper-update -q
- fi
- ----------------------------------------------
-
- -----------------postrm-----------------------
- if [ "$1" = "remove" ] && which scrollkeeper-update >/dev/null 2>&1; then
- scrollkeeper-update -q
- fi
- ----------------------------------------------
-
- Christian
-