summaryrefslogtreecommitdiff
path: root/ubiquity-hooks/22gnome_panel_data
blob: 2c1059f49214479e04c3bee95f270ee266ece224 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

if laptop-detect; then
    casper-reconfigure /target gnome-panel-data
fi

exit 0