summarylogtreecommitdiffstats
path: root/quassel-monolithic.install
diff options
context:
space:
mode:
authorOleg Shparber2015-01-17 12:46:25 -0800
committerOleg Shparber2015-01-17 12:46:25 -0800
commit630ac43b8028be32548e16cc0e279ca45ce2d350 (patch)
tree18220f57497a55ef74e3283c8a8a4c9e46fc4fef /quassel-monolithic.install
parent5e9418c3242bbd2e94da227f5367c537c7148c1a (diff)
downloadaur-630ac43b8028be32548e16cc0e279ca45ce2d350.tar.gz
quassel-light: Provide split packages for core, client and monolithic
It's similar to community package and provides three split packages.
Diffstat (limited to 'quassel-monolithic.install')
-rw-r--r--quassel-monolithic.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/quassel-monolithic.install b/quassel-monolithic.install
new file mode 100644
index 000000000000..1c93ee3f9ef2
--- /dev/null
+++ b/quassel-monolithic.install
@@ -0,0 +1,9 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}