diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-12-24 19:06:06 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-12-24 19:06:06 -0200 |
commit | 76e06d3e62547b1f0bcebf2bd30d234aa6ee49cc (patch) | |
tree | 922d0e5c8d30a238f8ebbff6ceed6de68134f073 /pcr/gnoduino/gnoduino.install | |
parent | 9935897983aa8b3b6b3e59951bcd19663842d2dc (diff) | |
parent | a2fdccac85fa2126556b6dd0a052a9ddb9cb93ee (diff) | |
download | abslibre-76e06d3e62547b1f0bcebf2bd30d234aa6ee49cc.tar.gz abslibre-76e06d3e62547b1f0bcebf2bd30d234aa6ee49cc.tar.bz2 abslibre-76e06d3e62547b1f0bcebf2bd30d234aa6ee49cc.zip |
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre/abslibre
Diffstat (limited to 'pcr/gnoduino/gnoduino.install')
-rw-r--r-- | pcr/gnoduino/gnoduino.install | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pcr/gnoduino/gnoduino.install b/pcr/gnoduino/gnoduino.install new file mode 100644 index 000000000..fd110bee7 --- /dev/null +++ b/pcr/gnoduino/gnoduino.install @@ -0,0 +1,23 @@ +pkgname=gnoduino + +post_install() { + usr/sbin/gconfpkg --install ${pkgname} + post_remove +} + +pre_upgrade() { + pre_remove +} + +post_upgrade() { + post_install +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} |