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!
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!
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
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
|
DetailsGnome-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
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.