diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-21 17:03:41 -0300 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2015-08-23 17:46:35 -0400 |
commit | e98abb221cfa278eaeb15549817774cf6ffa481a (patch) | |
tree | ce3328642df163c92c6ade9076b02a9badcae441 /pcr/navit/navit.install | |
parent | 53baf8a5b291b689bed870a78857c5c65d2dd96f (diff) |
navit: add new package to [pcr] -> https://labs.parabola.nu/issues/759
Diffstat (limited to 'pcr/navit/navit.install')
-rw-r--r-- | pcr/navit/navit.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/navit/navit.install b/pcr/navit/navit.install new file mode 100644 index 000000000..2c455e952 --- /dev/null +++ b/pcr/navit/navit.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |