updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / unity / unity.install
blob35acc4ddbce1a0e7d470e2239eaf11749e4d95c3
1 pkgname=compiz-unity
3 post_install() {
4   gconfpkg --install ${pkgname}
5   echo '$(ENV_UNITY_DEFAULTS_PATH)' >> etc/gconf/2/local-defaults.path
7 sed -i '$ a\
8 [general_unity]\
9 backend = gconf\
10 integration = true\
11 plugin_list_autosort = true\
12 profile = unity\
13 ' etc/compizconfig/config
16 pre_upgrade() {
17   pre_remove $1
20 post_upgrade() {
21   post_install $1
24 pre_remove() {
25   gconfpkg --uninstall ${pkgname}
28 post_remove() {
29   if [ -e etc/gconf/2/local-defaults.path ]; then
30       sed -i '/ENV_UNITY_DEFAULTS_PATH/ d' etc/gconf/2/local-defaults.path
31   fi
33   sed -i '/[general_unity]/,+4 d' etc/compizconfig/config