diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-19 20:47:04 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-19 20:47:04 (GMT) |
commit | 33768edd59d7b87b593345338c00fc56854f5e71 (patch) | |
tree | 09b8f3dcb743168c4e8cc536b131f162a971bcfe /abs/core-testing/cups/cups.install | |
parent | cc6b7ee11973de2d095d47249804bbf79b9f8870 (diff) | |
download | linhes_pkgbuild-33768edd59d7b87b593345338c00fc56854f5e71.zip linhes_pkgbuild-33768edd59d7b87b593345338c00fc56854f5e71.tar.gz linhes_pkgbuild-33768edd59d7b87b593345338c00fc56854f5e71.tar.bz2 |
cups: added cups pkg (this includes libcups)
Diffstat (limited to 'abs/core-testing/cups/cups.install')
-rw-r--r-- | abs/core-testing/cups/cups.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core-testing/cups/cups.install b/abs/core-testing/cups/cups.install new file mode 100644 index 0000000..97fda5a --- /dev/null +++ b/abs/core-testing/cups/cups.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |