Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#1386 - gnome-pilot missing postinstall script

Attached to Project: Arch Linux
Opened by Jan de Groot (JGC) - Monday, 06 September 2004, 14:10 GMT
Last edited by Dale Blount (dale) - Tuesday, 07 September 2004, 03:21 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To arjan timmerman (blaasvis)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Gnome-pilot has a missing .install file. The PKGBUILD includes a .install, but gnome-pilot.install is missing.

This is the file I used for the updated 2.0.12 version in my repository:

schemas=(
'opt/gnome/etc/gconf/schemas/pilot.schemas'
)

post_install() {
for schema in "${schemas[@]}" ; do
GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source` opt/gnome/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1
done
echo "updating scrollkeeper catalogue..."
scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
}
post_upgrade() {
post_install $1
}

pre_remove() {
for schema in "${schemas[@]}" ; do
GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source` opt/gnome/bin/gconftool-2 --makefile-uninstall-rule "$schema" > /dev/null 2>&1
done
}

post_remove() {
echo "updating scrollkeeper catalogue..."
scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
}

op=$1
shift

$op $*
This task depends upon

Closed by  arjan timmerman (blaasvis)
Saturday, 18 September 2004, 08:17 GMT
Reason for closing:  Fixed
Comment by arjan timmerman (blaasvis) - Saturday, 18 September 2004, 08:17 GMT
fixed in testing.

Loading...