diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-28 21:47:11 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-28 21:47:11 -0400 |
commit | 7838fd828d70b38ab16538634e5395343c994a61 (patch) | |
tree | 3612aaeb1365f057c207850abea698c8ed201fb2 /mozilla-testing/icecat/icecat.install | |
parent | ee74e8d55992b188dadcd700e9869ee0c7bd0a93 (diff) |
replace [libre]/icecat with [mozilla-testing]/icecat
Mostly just remove old bundled files
Diffstat (limited to 'mozilla-testing/icecat/icecat.install')
-rw-r--r-- | mozilla-testing/icecat/icecat.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mozilla-testing/icecat/icecat.install b/mozilla-testing/icecat/icecat.install deleted file mode 100644 index c1fe8284a..000000000 --- a/mozilla-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 $1 -} - -post_remove() { - post_install $1 -} - |