diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-29 01:39:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-29 01:39:06 -0500 |
commit | 0220842121c5fa8ffac398aa03ae2dd0600f3414 (patch) | |
tree | e60f7464d7b9b0d60acb4394648b8fc3b3a347a6 /pcr/sigil/sigil.install | |
parent | dae971ac95e073d00717b164371b0f2658e43ec4 (diff) | |
download | abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.tar.gz abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.tar.bz2 abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.zip |
Removing packages. This packages are in community repo
Diffstat (limited to 'pcr/sigil/sigil.install')
-rw-r--r-- | pcr/sigil/sigil.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/sigil/sigil.install b/pcr/sigil/sigil.install deleted file mode 100644 index ec506fa93..000000000 --- a/pcr/sigil/sigil.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |