diff options
author | Shackra Sislock <none@none> | 2012-09-12 22:25:35 -0600 |
---|---|---|
committer | Shackra Sislock <none@none> | 2012-09-12 22:25:35 -0600 |
commit | 10a6e665f9baf9ff232f7ebab609bc0a1bca377a (patch) | |
tree | ef309bc61ea6a0b7e4b2bada27c3e4db07056b4e /pcr/owncloud-client/owncloud-client.install | |
parent | baf66be2cc97d18928c1d8cce98e61748844fd4a (diff) |
adding owncloud-client!!
Diffstat (limited to 'pcr/owncloud-client/owncloud-client.install')
-rw-r--r-- | pcr/owncloud-client/owncloud-client.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/owncloud-client/owncloud-client.install b/pcr/owncloud-client/owncloud-client.install new file mode 100644 index 000000000..1c0de2e4f --- /dev/null +++ b/pcr/owncloud-client/owncloud-client.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |