HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULTS_FILE (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/installer/linux/common/
repo.cron 15 # This functionality can be controlled by creating the $DEFAULTS_FILE and
17 # "false" as desired. An empty $DEFAULTS_FILE is the same as setting both values
23 DEFAULTS_FILE="/etc/default/@@PACKAGE@@"
24 if [ -r "$DEFAULTS_FILE" ]; then
25 . "$DEFAULTS_FILE"
34 sed -i -e 's/[[:space:]]*repo_add_once=.*/repo_add_once="false"/' "$DEFAULTS_FILE"
rpmrepo.cron 13 # This functionality can be controlled by creating the $DEFAULTS_FILE and
15 # $DEFAULTS_FILE is the same as setting the value to "false".
20 DEFAULTS_FILE="/etc/default/@@PACKAGE@@"
21 if [ -r "$DEFAULTS_FILE" ]; then
22 . "$DEFAULTS_FILE"
60 "$DEFAULTS_FILE"
  /external/chromium_org/chrome/installer/linux/debian/
postrm 25 if [ -s "$DEFAULTS_FILE" ]; then
30 rm "$DEFAULTS_FILE" || exit 1
postinst 63 if [ ! -e "$DEFAULTS_FILE" ]; then
64 echo 'repo_add_once="true"' > "$DEFAULTS_FILE"
65 echo 'repo_reenable_on_distupgrade="true"' >> "$DEFAULTS_FILE"
  /external/chromium_org/remoting/host/installer/linux/debian/
postrm 25 DEFAULTS_FILE="/etc/default/chrome-remote-desktop"
26 if [ -s "$DEFAULTS_FILE" ]; then
31 rm "$DEFAULTS_FILE" || exit 1
postinst 44 DEFAULTS_FILE="/etc/default/chrome-remote-desktop"
45 if [ ! -e "$DEFAULTS_FILE" ]; then
46 echo 'repo_add_once="true"' > "$DEFAULTS_FILE"
47 echo 'repo_reenable_on_distupgrade="true"' >> "$DEFAULTS_FILE"

Completed in 336 milliseconds