diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-09-15 19:29:51 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-15 19:29:51 +0200 |
commit | 5f25004554ff0f9b6c513d27bc979ebc59c5be71 (patch) | |
tree | 7006505f5378b40c696186e3860f7ecce5cb8443 /debian/wheezy/applications | |
parent | 63d3f5481d5cb6d09080bdf495236bc5c03134ba (diff) | |
download | tde-packaging-5f25004554ff0f9b6c513d27bc979ebc59c5be71.tar.gz tde-packaging-5f25004554ff0f9b6c513d27bc979ebc59c5be71.zip |
Fix install directories for tellico on Debian and Ubuntu
Diffstat (limited to 'debian/wheezy/applications')
-rw-r--r-- | debian/wheezy/applications/tellico/debian/menu | 2 | ||||
-rwxr-xr-x | debian/wheezy/applications/tellico/debian/rules | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/wheezy/applications/tellico/debian/menu b/debian/wheezy/applications/tellico/debian/menu index 32d337d80..430884153 100644 --- a/debian/wheezy/applications/tellico/debian/menu +++ b/debian/wheezy/applications/tellico/debian/menu @@ -1,5 +1,5 @@ ?package(tellico):needs="X11"\ section="Applications/Office"\ title="Tellico"\ - icon="/usr/share/pixmaps/tellico.xpm"\ + icon="/opt/trinity/share/pixmaps/tellico.xpm"\ command="/opt/trinity/bin/tellico" diff --git a/debian/wheezy/applications/tellico/debian/rules b/debian/wheezy/applications/tellico/debian/rules index 0f7236aad..84b8312a4 100755 --- a/debian/wheezy/applications/tellico/debian/rules +++ b/debian/wheezy/applications/tellico/debian/rules @@ -138,6 +138,8 @@ binary-indep: build install dh_testroot dh_install -i dh_installmime -ptellico-data + mkdir -p debian/tellico-data-trinity/usr/share/mime + mv debian/tellico-data-trinity/opt/trinity/share/apps/mime debian/tellico-data-trinity/usr/share/ dh_installchangelogs -i ChangeLog dh_icons -i dh_installdocs -i @@ -160,6 +162,7 @@ binary-arch: build install dh_installmenu dh_desktop -ptellico dh_installman -a debian/tellico.1x + mv debian/tellico-trinity/usr/share/man debian/tellico-trinity/opt/trinity/share/ dh_link -a dh_strip dh_compress -a |