diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-13 17:11:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-13 17:11:55 -0300 |
commit | bd0cccafbb191476dc807a581dc8a9aaf3d8aec0 (patch) | |
tree | 8f7f2a6921b4b9e64bc1abe029384f5288ce8652 /libre/gnormalize-libre/gnormalize.install | |
parent | a7c547a150ff63ad8bdd4cfd415785fa23721c05 (diff) |
gnormalize-libre: adding new package to [libre] repo
Diffstat (limited to 'libre/gnormalize-libre/gnormalize.install')
-rw-r--r-- | libre/gnormalize-libre/gnormalize.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/gnormalize-libre/gnormalize.install b/libre/gnormalize-libre/gnormalize.install new file mode 100644 index 000000000..ef533df53 --- /dev/null +++ b/libre/gnormalize-libre/gnormalize.install @@ -0,0 +1,14 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: |