summaryrefslogtreecommitdiff
path: root/community/plank-config/plank-config.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-17 03:23:13 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-17 03:23:13 +0000
commitd9e3d7066ad07c8dd884792dd90fecb9f5971ab2 (patch)
tree576dd0e595b65810f7f19ae8b9e9617a52831dec /community/plank-config/plank-config.install
parentc78a18750fc2b9df6ea94089159f4176a1f9198d (diff)
Thu Apr 17 03:20:20 UTC 2014
Diffstat (limited to 'community/plank-config/plank-config.install')
-rwxr-xr-xcommunity/plank-config/plank-config.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/plank-config/plank-config.install b/community/plank-config/plank-config.install
new file mode 100755
index 000000000..27f359d34
--- /dev/null
+++ b/community/plank-config/plank-config.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file