• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/gdk-pixbuf/S26gdk-pixbuf
Lionel LandwerlinLionel Landwerlin committed 4411017f86a04 Nov 2010
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
#!/bin/sh
2
#
3
# run gdk-pixbuf-query-loaders if needed
4
​
5
FILE=/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
6
​
7
case "$1" in
8
    start|"")
9
    if [ ! -f "$FILE" ] ; then
10
        /usr/bin/gdk-pixbuf-query-loaders --update-cache
11
    fi
12
    ;;
13
    stop)
14
    ;;
15
    *)
16
    echo "Usage: $0 {start|stop}" >&2
17
    exit 1
18
    ;;
19
esac
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.