diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-20 21:35:54 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-20 21:35:54 -0300 |
commit | 19d0c098d66c67860d212786491f5285014a9e09 (patch) | |
tree | a7bdcaeee20b3fdfd8832c2a93bc749fa96e87f6 /gnome-unstable/gnome-online-accounts/gnome-online-accounts.install | |
parent | 188f3616b7866423727869599710ab44dff19945 (diff) |
Removed uneeded files
Diffstat (limited to 'gnome-unstable/gnome-online-accounts/gnome-online-accounts.install')
-rw-r--r-- | gnome-unstable/gnome-online-accounts/gnome-online-accounts.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnome-unstable/gnome-online-accounts/gnome-online-accounts.install b/gnome-unstable/gnome-online-accounts/gnome-online-accounts.install deleted file mode 100644 index 525ecff63..000000000 --- a/gnome-unstable/gnome-online-accounts/gnome-online-accounts.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install () { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |