summarylogtreecommitdiffstats
path: root/faba-icon-theme.install
diff options
context:
space:
mode:
Diffstat (limited to 'faba-icon-theme.install')
-rw-r--r--faba-icon-theme.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/faba-icon-theme.install b/faba-icon-theme.install
new file mode 100644
index 000000000000..504c9c41aa4f
--- /dev/null
+++ b/faba-icon-theme.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/Faba
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}