Category:Gnome Audit TODO: Scrollkeeper

From the Fink Wiki

Jump to: navigation, search

If your package installs .omf file(s), be sure to follow these rules:

  • Add --disable-scrollkeeper (if it exists). If not, remove following line (usually in omf-install/Makefile.in), which will modify files in /sw directly.
 -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
  • Add dependency on scrollkeeper.
  • Add PostInstScript and PostRmScript.
     PostInstScript: <<
       if [ configure = "$1" ]; then
         scrollkeeper-update -q
       fi
     <<
     PostRmScript: <<  
       if [ remove != "$1" ]; then
         scrollkeeper-update -q
       fi
     <<

(previous 200) (next 200)

Articles in category "Gnome Audit TODO: Scrollkeeper"

There are 200 articles in this category.

A

B

C

D

E

F

G

G cont.

G cont.

(previous 200) (next 200)
Personal tools