summaryrefslogtreecommitdiff
path: root/ubiquity-hooks/22gnome_panel_data
diff options
context:
space:
mode:
Diffstat (limited to 'ubiquity-hooks/22gnome_panel_data')
-rwxr-xr-xubiquity-hooks/22gnome_panel_data8
1 files changed, 0 insertions, 8 deletions
diff --git a/ubiquity-hooks/22gnome_panel_data b/ubiquity-hooks/22gnome_panel_data
deleted file mode 100755
index 2c1059f..0000000
--- a/ubiquity-hooks/22gnome_panel_data
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-set -e
-
-if laptop-detect; then
- casper-reconfigure /target gnome-panel-data
-fi
-
-exit 0