summarylogtreecommitdiffstats
path: root/system-config-samba.install
diff options
context:
space:
mode:
authornull2015-08-24 16:51:20 -0400
committernull2015-08-24 16:51:20 -0400
commit772558d0b7ff54aba823155b17e584650cabfea5 (patch)
tree4d4bc91bf372b336d1a267f27a614fde8da39540 /system-config-samba.install
downloadaur-772558d0b7ff54aba823155b17e584650cabfea5.tar.gz
Initial commit
Diffstat (limited to 'system-config-samba.install')
-rw-r--r--system-config-samba.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/system-config-samba.install b/system-config-samba.install
new file mode 100644
index 000000000000..c317fbaca442
--- /dev/null
+++ b/system-config-samba.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}