diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-18 19:02:51 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-18 19:02:51 -0300 |
commit | 0a47236d754b639d008fafa2fcfb8cf608280d0b (patch) | |
tree | ff74f5e12bcccb1c791b6bc4472274eafe52ec17 /pcr/synthv1/synthv1.install | |
parent | d29d69e8a4e12a9bf471adaa13bf036773cb23fc (diff) | |
parent | a2cdacfefe21be066937be96886badb2fa4b39a1 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/synthv1/synthv1.install')
-rw-r--r-- | pcr/synthv1/synthv1.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/synthv1/synthv1.install b/pcr/synthv1/synthv1.install new file mode 100644 index 000000000..bce670aff --- /dev/null +++ b/pcr/synthv1/synthv1.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 +} |