#!/bin/bash

if [ -n "$UPSTART_SESSION" ]; then
  /sbin/initctl start bamfdaemon
else
  /usr/lib/powerpc64le-linux-gnu/bamf/bamfdaemon
fi
