diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-26 01:37:51 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-28 18:37:20 -0300 |
commit | a5885883426b91698e3ba22dd39ed40ae751e87c (patch) | |
tree | c17f98a22901e5323579a6e34d887063d7e458cf /libre-testing/icecat/icecat.install | |
parent | 487b1f06afbdbf8107c490d4aa6384e28d7d2ccb (diff) |
icecat-38.2.0_gnu1-1: move package to [libre]
Diffstat (limited to 'libre-testing/icecat/icecat.install')
-rw-r--r-- | libre-testing/icecat/icecat.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libre-testing/icecat/icecat.install b/libre-testing/icecat/icecat.install deleted file mode 100644 index 1a1f4b16b..000000000 --- a/libre-testing/icecat/icecat.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - |