summarylogtreecommitdiffstats
path: root/eddie-ui-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'eddie-ui-git.install')
-rw-r--r--eddie-ui-git.install30
1 files changed, 0 insertions, 30 deletions
diff --git a/eddie-ui-git.install b/eddie-ui-git.install
deleted file mode 100644
index 2a4b46bb2950..000000000000
--- a/eddie-ui-git.install
+++ /dev/null
@@ -1,30 +0,0 @@
-# Colored makepkg-like functions
-msg_blue() {
- printf "${blue}==>${bold} $1${all_off}\n"
-}
-
-note() {
- printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
-}
-
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-blue="${bold}$(tput setaf 4)"
-yellow="${bold}$(tput setaf 3)"
-
-_update() {
- msg_blue "Updating desktop MIME database..."
- update-desktop-database -q
-}
-
-post_install() {
- _update
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- _update
-}